diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-04-27 08:30:53 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-04-27 08:30:53 +0000 |
| commit | c92ecb81584366e61c559709383598a9f7343ffd (patch) | |
| tree | 802ee1511d28dc8f2b1f6095a4bd0432b39f7f8b /src/eraser-context.cpp | |
| parent | Missing added (diff) | |
| download | inkscape-c92ecb81584366e61c559709383598a9f7343ffd.tar.gz inkscape-c92ecb81584366e61c559709383598a9f7343ffd.zip | |
Fixed undo for eraser to be a single step
(bzr r5528)
Diffstat (limited to 'src/eraser-context.cpp')
| -rw-r--r-- | src/eraser-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eraser-context.cpp b/src/eraser-context.cpp index f8748558d..3d142a9d0 100644 --- a/src/eraser-context.cpp +++ b/src/eraser-context.cpp @@ -837,7 +837,7 @@ set_to_accumulated(SPEraserContext *dc) selection->set(item); selection->add(dup); - sp_selected_path_diff(); + sp_selected_path_diff_skip_undo(); if ( !selection->isEmpty() ) { // If the item was not completely erased, add it back to the selection. GSList const *selected2 = g_slist_copy(const_cast<GSList *>(selection->itemList())); |
