From 0af058549f04f34689625eb5b767613f89eb0dc6 Mon Sep 17 00:00:00 2001 From: Josh Andler Date: Mon, 23 Jan 2012 13:04:53 -0800 Subject: Patch from John Smith for 623660 (bzr r10921) --- src/ui/tool/multi-path-manipulator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/tool/multi-path-manipulator.cpp') diff --git a/src/ui/tool/multi-path-manipulator.cpp b/src/ui/tool/multi-path-manipulator.cpp index 6a671feb6..92d4d002c 100644 --- a/src/ui/tool/multi-path-manipulator.cpp +++ b/src/ui/tool/multi-path-manipulator.cpp @@ -546,7 +546,7 @@ void MultiPathManipulator::updateOutlineColors() //} } -bool MultiPathManipulator::event(GdkEvent *event) +bool MultiPathManipulator::event(SPEventContext *event_context, GdkEvent *event) { _tracker.event(event); guint key = 0; @@ -726,7 +726,7 @@ bool MultiPathManipulator::event(GdkEvent *event) case GDK_MOTION_NOTIFY: combine_motion_events(_desktop->canvas, event->motion, 0); for (MapType::iterator i = _mmap.begin(); i != _mmap.end(); ++i) { - if (i->second->event(event)) return true; + if (i->second->event(event_context, event)) return true; } break; default: break; -- cgit v1.2.3