summaryrefslogtreecommitdiffstats
path: root/Drawer.cpp
diff options
context:
space:
mode:
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: