summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c243a8)
raw | patch | inline | side by side (parent: 5c243a8)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 10 Apr 2008 16:52:29 +0000 (16:52 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 10 Apr 2008 16:52:29 +0000 (16:52 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index f550b5dc57d2c2639879d48c094e579733b21c7e..28a2e954947ec6c28811fad9fa6f7cbc47bd72b4 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
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