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/splivarot.h | |
| 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/splivarot.h')
| -rw-r--r-- | src/splivarot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/splivarot.h b/src/splivarot.h index 61b5ee143..2ac47135a 100644 --- a/src/splivarot.h +++ b/src/splivarot.h @@ -16,6 +16,7 @@ void sp_selected_path_union (); void sp_selected_path_union_skip_undo (); void sp_selected_path_intersect (); void sp_selected_path_diff (); +void sp_selected_path_diff_skip_undo (); void sp_selected_path_symdiff (); void sp_selected_path_cut (); void sp_selected_path_slice (); |
