diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-11-19 00:38:40 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-11-19 00:38:40 +0000 |
| commit | 4b77a8c84e9a6cabbd110072baa17e812495cf51 (patch) | |
| tree | 86364b5ee6ead03538dccb81021bef914f2fd12b /src/ui/tool/path-manipulator.cpp | |
| parent | Fix ruler redraw issue on GTK 2.22 (diff) | |
| download | inkscape-4b77a8c84e9a6cabbd110072baa17e812495cf51.tar.gz inkscape-4b77a8c84e9a6cabbd110072baa17e812495cf51.zip | |
Fix rare crash when trying to drag after undo in the node tool
Fixed bugs:
- https://launchpad.net/bugs/544599
(bzr r9906)
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
| -rw-r--r-- | src/ui/tool/path-manipulator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp index 956f48a7d..bb8ce0fb5 100644 --- a/src/ui/tool/path-manipulator.cpp +++ b/src/ui/tool/path-manipulator.cpp @@ -992,6 +992,8 @@ NodeList::iterator PathManipulator::extremeNode(NodeList::iterator origin, bool /** Called by the XML observer when something else than us modifies the path. */ void PathManipulator::_externalChange(unsigned type) { + hideDragPoint(); + switch (type) { case PATH_CHANGE_D: { _getGeometry(); |
