summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-11-19 00:38:40 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-11-19 00:38:40 +0000
commit4b77a8c84e9a6cabbd110072baa17e812495cf51 (patch)
tree86364b5ee6ead03538dccb81021bef914f2fd12b /src/ui/tool/path-manipulator.cpp
parentFix ruler redraw issue on GTK 2.22 (diff)
downloadinkscape-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.cpp2
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();