From df9b184c006242551462ec431b1d79d33dcb92a3 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Fri, 5 Mar 2010 01:53:14 +0100 Subject: Fix double reverse with Shift+R in the node tool. (bzr r9145) --- src/ui/tool/multi-path-manipulator.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui') 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: -- cgit v1.2.3