From 3410aa1a9f9cb90fe886b982d114e213d3d1fc03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Krzysztof=20Kosi=C5=84ski?= Date: Fri, 19 Nov 2010 01:38:40 +0100 Subject: [PATCH] Fix rare crash when trying to drag after undo in the node tool --- src/ui/tool/path-manipulator.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.30.2