diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-04-10 16:52:29 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-04-10 16:52:29 +0000 |
| commit | 22f1c93b495e964c5fccb0396a3388947570f5bc (patch) | |
| tree | b24e8a6ef17e58916eebaa8cb7003d943a0b9165 /src/widgets/toolbox.cpp | |
| parent | make handle length/angle display immediate (diff) | |
| download | inkscape-22f1c93b495e964c5fccb0396a3388947570f5bc.tar.gz inkscape-22f1c93b495e964c5fccb0396a3388947570f5bc.zip | |
make delete-preserving-shape the default used by the toolbar delete button
(bzr r5405)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
