Code

make delete-preserving-shape the default used by the toolbar delete button
authorbuliabyak <buliabyak@users.sourceforge.net>
Thu, 10 Apr 2008 16:52:29 +0000 (16:52 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Thu, 10 Apr 2008 16:52:29 +0000 (16:52 +0000)
src/widgets/toolbox.cpp

index f550b5dc57d2c2639879d48c094e579733b21c7e..28a2e954947ec6c28811fad9fa6f7cbc47bd72b4 100644 (file)
@@ -783,7 +783,7 @@ void
 sp_node_path_edit_delete(void)
 {
     ShapeEditor *shape_editor = get_current_shape_editor();
-    if (shape_editor) shape_editor->delete_nodes();
+    if (shape_editor) shape_editor->delete_nodes_preserving_shape();
 }
 
 void