summaryrefslogtreecommitdiffstats
path: root/src/arc-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/arc-context.cpp')
-rw-r--r--src/arc-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arc-context.cpp b/src/arc-context.cpp
index ccaaedd14..799167a72 100644
--- a/src/arc-context.cpp
+++ b/src/arc-context.cpp
@@ -274,7 +274,7 @@ static gint sp_arc_context_root_handler(SPEventContext *event_context, GdkEvent
gobble_motion_events(GDK_BUTTON1_MASK);
ret = TRUE;
- } else if (sp_event_context_knot_mouseover(ac)){
+ } else if (!sp_event_context_knot_mouseover(ac)){
SnapManager &m = desktop->namedview->snap_manager;
m.setup(desktop);