From 9e95d9720ce5217905de3d78f5c8f964b252b20f Mon Sep 17 00:00:00 2001 From: buliabyak Date: Thu, 10 Apr 2008 16:52:29 +0000 Subject: [PATCH] make delete-preserving-shape the default used by the toolbar delete button --- src/widgets/toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index f550b5dc5..28a2e9549 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -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 -- 2.30.2