From: acspike Date: Thu, 1 Mar 2007 18:23:54 +0000 (+0000) Subject: leave the selection alone on mouse down. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5f838cdcee37934790b8e7e62ea34f188bf20fe1;p=inkscape.git leave the selection alone on mouse down. This prevents selecting nodes on drag and still allows them to be selected on click. --- 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;