summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/multi-path-manipulator.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2012-05-17 09:10:15 +0000
committerJon A. Cruz <jon@joncruz.org>2012-05-17 09:10:15 +0000
commitb6ea2239ffc053e66238eb8484bbc5c1ba8700ac (patch)
treeaa69d18959e71ca3a5d268acdc24b85e24663e29 /src/ui/tool/multi-path-manipulator.cpp
parentFix for 997888 : Merge into Document Properties (diff)
downloadinkscape-b6ea2239ffc053e66238eb8484bbc5c1ba8700ac.tar.gz
inkscape-b6ea2239ffc053e66238eb8484bbc5c1ba8700ac.zip
Extended resizing to node handles.
(bzr r11375)
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.cpp')
-rw-r--r--src/ui/tool/multi-path-manipulator.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/tool/multi-path-manipulator.cpp b/src/ui/tool/multi-path-manipulator.cpp
index 3fc202b69..8f3f03aae 100644
--- a/src/ui/tool/multi-path-manipulator.cpp
+++ b/src/ui/tool/multi-path-manipulator.cpp
@@ -554,6 +554,11 @@ void MultiPathManipulator::updateOutlineColors()
//}
}
+void MultiPathManipulator::updateHandles()
+{
+ invokeForAll(&PathManipulator::updateHandles);
+}
+
bool MultiPathManipulator::event(SPEventContext *event_context, GdkEvent *event)
{
_tracker.event(event);