X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Ftool%2Fnode.cpp;fp=src%2Fui%2Ftool%2Fnode.cpp;h=4c8cc74d8e0320e7a9ce297271f4bb6d1d633ef5;hb=8407bdf594617aded69904582aabe7ba2e055dd2;hp=a8582ccc5d551017508f3f4e7cf49b5fd0f022ef;hpb=4216b5e8c1e820cadcb9fa34f651d87a2d404e87;p=inkscape.git diff --git a/src/ui/tool/node.cpp b/src/ui/tool/node.cpp index a8582ccc5..4c8cc74d8 100644 --- a/src/ui/tool/node.cpp +++ b/src/ui/tool/node.cpp @@ -274,8 +274,10 @@ void Handle::dragged(Geom::Point &new_pos, GdkEventMotion *event) } else { sm.freeSnapReturnByRef(new_pos, SNAPSOURCE_NODE_HANDLE); } + sm.unSetup(); } + // with Shift, if the node is cusp, rotate the other handle as well if (_parent->type() == NODE_CUSP && !_drag_out) { if (held_shift(*event)) {