summaryrefslogtreecommitdiffstats
path: root/src/display/curve.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-11-05 02:32:30 +0000
committerjabiertxof <info@marker.es>2016-11-05 02:32:30 +0000
commit05d344828f919fad7846d2d76534eb02b554dc00 (patch)
tree0d8c4e78b309123ef0d06e6ba28a2ded89d8f79f /src/display/curve.h
parentUpdate branding folder, remove fonts (diff)
downloadinkscape-05d344828f919fad7846d2d76534eb02b554dc00.tar.gz
inkscape-05d344828f919fad7846d2d76534eb02b554dc00.zip
Fix bug:1639083 crach closing segment with shortcut LPE
Fixed bugs: - https://launchpad.net/bugs/1639083 (bzr r15210)
Diffstat (limited to 'src/display/curve.h')
-rw-r--r--src/display/curve.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/display/curve.h b/src/display/curve.h
index 42b899210..72e6df95c 100644
--- a/src/display/curve.h
+++ b/src/display/curve.h
@@ -43,6 +43,7 @@ public:
size_t nodes_in_path() const;
bool is_empty() const;
+ bool is_unset() const;
bool is_closed() const;
Geom::Curve const * last_segment() const;
Geom::Path const * last_path() const;