summaryrefslogtreecommitdiffstats
path: root/src/connector-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connector-context.cpp')
-rw-r--r--src/connector-context.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connector-context.cpp b/src/connector-context.cpp
index bfdef1032..294e129b3 100644
--- a/src/connector-context.cpp
+++ b/src/connector-context.cpp
@@ -976,6 +976,9 @@ connector_handle_motion_notify(SPConnectorContext *const cc, GdkEventMotion cons
/* This is perfectly valid */
break;
default:
+ if (sp_event_context_knot_mouseover(cc)) {
+ m.preSnap(Inkscape::SnapCandidatePoint(p, Inkscape::SNAPSOURCE_OTHER_HANDLE));
+ }
break;
}
}