diff options
| author | Jeremiah Darais <> | 2015-01-12 08:22:27 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2015-01-12 08:22:27 +0000 |
| commit | bd8d693cbca83ee6af19c14f8b18fcccf435dafd (patch) | |
| tree | 7b79c5a2594f430268fc37211b97ca2f6e4eed0d /src/ui/tools/pen-tool.h | |
| parent | Translations. Italian translation udpate. (diff) | |
| download | inkscape-bd8d693cbca83ee6af19c14f8b18fcccf435dafd.tar.gz inkscape-bd8d693cbca83ee6af19c14f8b18fcccf435dafd.zip | |
Undo. Partial fix for Bug #171990 (pen tool commit for each node for more granular undo).
Fixed bugs:
- https://launchpad.net/bugs/171990
(bzr r13848)
Diffstat (limited to 'src/ui/tools/pen-tool.h')
| -rw-r--r-- | src/ui/tools/pen-tool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tools/pen-tool.h b/src/ui/tools/pen-tool.h index 98fd0a43e..2208005c5 100644 --- a/src/ui/tools/pen-tool.h +++ b/src/ui/tools/pen-tool.h @@ -121,6 +121,7 @@ private: void _setSubsequentPoint(Geom::Point const p, bool statusbar, guint status = 0); void _setCtrl(Geom::Point const p, guint state); void _finishSegment(Geom::Point p, guint state); + bool _undoLastPoint(); void _finish(gboolean closed); |
