summaryrefslogtreecommitdiffstats
path: root/Drawer.cpp
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-01-13 17:41:01 +0100
committerneoraider <devnull@localhost>2008-01-13 17:41:01 +0100
commite9d27f488c8653967c9a5b86c94801367253444c (patch)
tree53ec6178eb84759ab992e3d41c40625c9fc76166 /Drawer.cpp
parent017743d3397b810176278814ed19a92ce9c2f251 (diff)
downloadzoomedit-e9d27f488c8653967c9a5b86c94801367253444c.tar
zoomedit-e9d27f488c8653967c9a5b86c94801367253444c.zip
zoomedit: Added grab tool.
Diffstat (limited to 'Drawer.cpp')
-rw-r--r--Drawer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Drawer.cpp b/Drawer.cpp
index db3dbdf..8bcfe4a 100644
--- a/Drawer.cpp
+++ b/Drawer.cpp
@@ -38,6 +38,7 @@ gboolean Drawer::eventHandler(GtkWidget *widget, GdkEvent *event, Drawer *drawer
case GDK_MOTION_NOTIFY:
drawer->updateHoveredPoint(event->motion.x, event->motion.y);
+ drawer->window->getActiveTool()->getEventHandler()->motion();
return TRUE;
case GDK_ENTER_NOTIFY: