summaryrefslogtreecommitdiffstats
path: root/src/node-context.cpp
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2007-03-01 18:23:54 +0000
committeracspike <acspike@users.sourceforge.net>2007-03-01 18:23:54 +0000
commit1aea68e537cb1b420ef12b5185cf44e494440763 (patch)
tree3b7f24e69e7428a59e611d611eb433ed3fb05088 /src/node-context.cpp
parentjasper's patch for bug 1666430; see that patch for why we should ignore the c... (diff)
downloadinkscape-1aea68e537cb1b420ef12b5185cf44e494440763.tar.gz
inkscape-1aea68e537cb1b420ef12b5185cf44e494440763.zip
leave the selection alone on mouse down.
This prevents selecting nodes on drag and still allows them to be selected on click. (bzr r2490)
Diffstat (limited to 'src/node-context.cpp')
-rw-r--r--src/node-context.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node-context.cpp b/src/node-context.cpp
index 000818161..235b89db3 100644
--- a/src/node-context.cpp
+++ b/src/node-context.cpp
@@ -275,7 +275,6 @@ sp_node_context_item_handler(SPEventContext *event_context, SPItem *item, GdkEve
bool over_stroke = nc->shape_editor->is_over_stroke(NR::Point(event->button.x, event->button.y), true);
//only dragging curves
if (over_stroke) {
- nc->shape_editor->select_segment_near_point(false);
ret = TRUE;
} else {
break;