From dfa9b113caecfbf27f86cc0413e853f2109dafda Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 27 May 2019 01:05:03 +0200 Subject: Add hide operand, work on groups and allow shapes as parameters in LPE Bool --- src/live_effects/effect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/effect.cpp') diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 3db907724..f93e4400d 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -587,7 +587,7 @@ const EnumEffectData LPETypeData[] = { , N_("Cut, union, subtract, intersect and divide a path non-destructively with another path.") //description , true //on_path , true //on_shape - , false //on_group + , true //on_group , false //on_image , false //on_text , false //experimental -- cgit v1.2.3