diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-02-13 01:41:52 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-02-13 01:41:52 +0000 |
| commit | 710d4b83c310bd2fe9958aa22a9938b7ddb022a7 (patch) | |
| tree | a68bdf637f98473ef955fb1c4c17d29c5b05032a /src/splivarot.cpp | |
| parent | if viewbox does not exist, create it from page size, only if page size exists... (diff) | |
| download | inkscape-710d4b83c310bd2fe9958aa22a9938b7ddb022a7.tar.gz inkscape-710d4b83c310bd2fe9958aa22a9938b7ddb022a7.zip | |
Improved eraser tool, now working on documents not pixels and with 0 width
(bzr r14648.1.1)
Diffstat (limited to 'src/splivarot.cpp')
| -rw-r--r-- | src/splivarot.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp index 9b2890bb8..461445ee0 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -105,6 +105,13 @@ sp_selected_path_cut(Inkscape::Selection *selection, SPDesktop *desktop) { sp_selected_path_boolop(selection, desktop, bool_op_cut, SP_VERB_SELECTION_CUT, _("Division")); } + +void +sp_selected_path_cut_skip_undo(Inkscape::Selection *selection, SPDesktop *desktop) +{ + sp_selected_path_boolop(selection, desktop, bool_op_cut, SP_VERB_NONE, _("Division")); +} + void sp_selected_path_slice(Inkscape::Selection *selection, SPDesktop *desktop) { |
