From 5f838cdcee37934790b8e7e62ea34f188bf20fe1 Mon Sep 17 00:00:00 2001 From: acspike Date: Thu, 1 Mar 2007 18:23:54 +0000 Subject: [PATCH] leave the selection alone on mouse down. This prevents selecting nodes on drag and still allows them to be selected on click. --- src/node-context.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2