summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/box3d-context.cpp')
-rw-r--r--src/box3d-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp
index bf9bd7b6f..5534aa410 100644
--- a/src/box3d-context.cpp
+++ b/src/box3d-context.cpp
@@ -387,7 +387,7 @@ static gint sp_box3d_context_root_handler(SPEventContext *event_context, GdkEven
sp_box3d_drag(*bc, event->motion.state);
ret = TRUE;
- } else if (sp_event_context_knot_mouseover(bc)) {
+ } else if (!sp_event_context_knot_mouseover(bc)) {
SnapManager &m = desktop->namedview->snap_manager;
m.setup(desktop);