diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-03-04 19:19:00 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-03-04 19:19:00 +0000 |
| commit | 70f07d3a84ebcc213420c8028a2bc3d1dd4110d4 (patch) | |
| tree | a9414b722ff5dc1948e4434ec17f1b6f6e919942 /src/path-chemistry.h | |
| parent | Remove regex hack added in 14650 (diff) | |
| download | inkscape-70f07d3a84ebcc213420c8028a2bc3d1dd4110d4.tar.gz inkscape-70f07d3a84ebcc213420c8028a2bc3d1dd4110d4.zip | |
Fix for bug 415471 and 1553182 related to undo with eraser tool
Fixed bugs:
- https://launchpad.net/bugs/1553182
(bzr r14688)
Diffstat (limited to 'src/path-chemistry.h')
| -rw-r--r-- | src/path-chemistry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/path-chemistry.h b/src/path-chemistry.h index 35ab923c0..7b9beaed8 100644 --- a/src/path-chemistry.h +++ b/src/path-chemistry.h @@ -25,8 +25,8 @@ class Node; typedef unsigned int guint32; -void sp_selected_path_combine (SPDesktop *desktop); -void sp_selected_path_break_apart (SPDesktop *desktop); +void sp_selected_path_combine (SPDesktop *desktop, bool skip_undo = false); +void sp_selected_path_break_apart (SPDesktop *desktop, bool skip_undo = false); // interactive=true only has an effect if desktop != NULL, i.e. if a GUI is available void sp_selected_path_to_curves (Inkscape::Selection *selection, SPDesktop *desktop, bool interactive = true); void sp_selected_to_lpeitems(SPDesktop *desktop); |
