diff options
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())); |
