From d7142b6c3a90b7606150dc65f658a6953a6006d9 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Thu, 13 Sep 2018 14:03:07 +0200 Subject: fixes and improvementes to power clip and powermask --- src/verbs.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/verbs.cpp') diff --git a/src/verbs.cpp b/src/verbs.cpp index 17efe545b..fd3febc2c 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -1637,6 +1637,7 @@ void ObjectVerb::perform( SPAction *action, void *data) sel->editMask(false); break; case SP_VERB_OBJECT_UNSET_MASK: + Inkscape::LivePathEffect::sp_remove_powermask(sp_action_get_selection(action)); sel->unsetMask(false); break; case SP_VERB_OBJECT_SET_CLIPPATH: @@ -1653,6 +1654,7 @@ void ObjectVerb::perform( SPAction *action, void *data) sel->editMask(true); break; case SP_VERB_OBJECT_UNSET_CLIPPATH: + Inkscape::LivePathEffect::sp_remove_powerclip(sp_action_get_selection(action)); sel->unsetMask(true); break; default: -- cgit v1.2.3