summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-04-10 16:52:29 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-04-10 16:52:29 +0000
commit22f1c93b495e964c5fccb0396a3388947570f5bc (patch)
treeb24e8a6ef17e58916eebaa8cb7003d943a0b9165 /src/widgets/toolbox.cpp
parentmake handle length/angle display immediate (diff)
downloadinkscape-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.cpp2
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