From: Krzysztof KosiƄski Date: Fri, 19 Nov 2010 00:38:40 +0000 (+0100) Subject: Fix rare crash when trying to drag after undo in the node tool X-Git-Url: https://git.tokkee.org/?p=inkscape.git;a=commitdiff_plain;h=3410aa1a9f9cb90fe886b982d114e213d3d1fc03 Fix rare crash when trying to drag after undo in the node tool --- 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();