diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-07-02 11:14:35 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-07-02 11:14:35 +0000 |
| commit | 371f45365a6b6ea42d17c8ea33cc0072f318967e (patch) | |
| tree | af2bdac0d1597e5ab4c6cd9ebb0da007954b474c /src/ui/tool/multi-path-manipulator.h | |
| parent | pen tool: add back removal of curvature handle when backspace-deleting a node... (diff) | |
| download | inkscape-371f45365a6b6ea42d17c8ea33cc0072f318967e.tar.gz inkscape-371f45365a6b6ea42d17c8ea33cc0072f318967e.zip | |
Add LPE fillet-chamfer
(bzr r13341.1.74)
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.h')
| -rw-r--r-- | src/ui/tool/multi-path-manipulator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/tool/multi-path-manipulator.h b/src/ui/tool/multi-path-manipulator.h index 1328372c6..569a8e154 100644 --- a/src/ui/tool/multi-path-manipulator.h +++ b/src/ui/tool/multi-path-manipulator.h @@ -53,6 +53,7 @@ public: void insertNodesAtExtrema(ExtremumType extremum); void insertNodes(); + void alertLPE(); void duplicateNodes(); void joinNodes(); void breakNodes(); @@ -104,7 +105,7 @@ private: } void _commit(CommitEvent cps); - void _done(gchar const *reason, bool alert_LPE = false); + void _done(gchar const *reason, bool alert_LPE = true); void _doneWithCleanup(gchar const *reason, bool alert_LPE = false); guint32 _getOutlineColor(ShapeRole role); |
