summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/multi-path-manipulator.cpp
diff options
context:
space:
mode:
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: