From: Krzysztof KosiƄski Date: Fri, 5 Mar 2010 00:53:14 +0000 (+0100) Subject: Fix double reverse with Shift+R in the node tool. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=80a1fedceb2601133fd85e253b6382a203191357;p=inkscape.git Fix double reverse with Shift+R in the node tool. --- diff --git a/src/ui/tool/multi-path-manipulator.cpp b/src/ui/tool/multi-path-manipulator.cpp index b79a29437..9accbd0ae 100644 --- a/src/ui/tool/multi-path-manipulator.cpp +++ b/src/ui/tool/multi-path-manipulator.cpp @@ -532,6 +532,7 @@ bool MultiPathManipulator::event(GdkEvent *event) if (held_only_shift(event->key)) { // Shift+R - reverse subpaths reverseSubpaths(); + return true; } break; default: