summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/star-tool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/star-tool.cpp')
-rw-r--r--src/ui/tools/star-tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/star-tool.cpp b/src/ui/tools/star-tool.cpp
index 42010788f..68f998920 100644
--- a/src/ui/tools/star-tool.cpp
+++ b/src/ui/tools/star-tool.cpp
@@ -218,7 +218,7 @@ bool StarTool::root_handler(GdkEvent* event) {
gobble_motion_events(GDK_BUTTON1_MASK);
ret = TRUE;
- } else if (!sp_event_context_knot_mouseover(this)) {
+ } else if (!this->sp_event_context_knot_mouseover()) {
SnapManager &m = desktop->namedview->snap_manager;
m.setup(desktop);