diff options
Diffstat (limited to 'src/node-context.cpp')
| -rw-r--r-- | src/node-context.cpp | 1 |
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; |
