summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/multi-path-manipulator.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-03-05 00:53:14 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-03-05 00:53:14 +0000
commitdf9b184c006242551462ec431b1d79d33dcb92a3 (patch)
tree0ff3d054feb0ad688cb0c765d7d365379ddf9d9a /src/ui/tool/multi-path-manipulator.cpp
parentAlways embed bitmap copies created with Alt+B. (diff)
downloadinkscape-df9b184c006242551462ec431b1d79d33dcb92a3.tar.gz
inkscape-df9b184c006242551462ec431b1d79d33dcb92a3.zip
Fix double reverse with Shift+R in the node tool.
(bzr r9145)
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.cpp')
-rw-r--r--src/ui/tool/multi-path-manipulator.cpp1
1 files changed, 1 insertions, 0 deletions
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: