From: buliabyak Date: Thu, 10 Apr 2008 16:52:29 +0000 (+0000) Subject: make delete-preserving-shape the default used by the toolbar delete button X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9e95d9720ce5217905de3d78f5c8f964b252b20f;p=inkscape.git make delete-preserving-shape the default used by the toolbar delete button --- 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