summaryrefslogtreecommitdiffstats
path: root/src/connector-context.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mailat-signdiedenrezidotnl>2010-02-06 14:59:28 +0000
committerDiederik van Lierop <mailat-signdiedenrezidotnl>2010-02-06 14:59:28 +0000
commit195208c56145d9b9673aff0bb2f8795f5bc6fe22 (patch)
tree5f44dc6e637af2848b2c8e2a2f2b50b1bfdd433c /src/connector-context.cpp
parentExtensions. Scour update (0.24) (diff)
downloadinkscape-195208c56145d9b9673aff0bb2f8795f5bc6fe22.tar.gz
inkscape-195208c56145d9b9673aff0bb2f8795f5bc6fe22.zip
Tiny bit of refactoring (inverting some logic)
(bzr r9059)
Diffstat (limited to 'src/connector-context.cpp')
-rw-r--r--src/connector-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connector-context.cpp b/src/connector-context.cpp
index 294e129b3..b61c00df6 100644
--- a/src/connector-context.cpp
+++ b/src/connector-context.cpp
@@ -976,7 +976,7 @@ connector_handle_motion_notify(SPConnectorContext *const cc, GdkEventMotion cons
/* This is perfectly valid */
break;
default:
- if (sp_event_context_knot_mouseover(cc)) {
+ if (!sp_event_context_knot_mouseover(cc)) {
m.preSnap(Inkscape::SnapCandidatePoint(p, Inkscape::SNAPSOURCE_OTHER_HANDLE));
}
break;