summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-03-03 15:18:36 +0000
committerjabiertxof <info@marker.es>2016-03-03 15:18:36 +0000
commit402781d91dfb668dc59d944db89435fc8018c9ff (patch)
tree888cb60349377d62533d0508366aec73ba79b387 /src/splivarot.cpp
parentFix bug: 1552003 Randomize color extension has no limits (diff)
parentupdate to trunk (diff)
downloadinkscape-402781d91dfb668dc59d944db89435fc8018c9ff.tar.gz
inkscape-402781d91dfb668dc59d944db89435fc8018c9ff.zip
Merge lp:~inkscape.dev/inkscape/eraser_improvements
(bzr r14681)
Diffstat (limited to 'src/splivarot.cpp')
-rw-r--r--src/splivarot.cpp7
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)
{