diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-03-05 00:53:14 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-03-05 00:53:14 +0000 |
| commit | df9b184c006242551462ec431b1d79d33dcb92a3 (patch) | |
| tree | 0ff3d054feb0ad688cb0c765d7d365379ddf9d9a /src/ui/tool/multi-path-manipulator.cpp | |
| parent | Always embed bitmap copies created with Alt+B. (diff) | |
| download | inkscape-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.cpp | 1 |
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: |
