diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-05-26 23:05:03 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-05-26 23:05:03 +0000 |
| commit | dfa9b113caecfbf27f86cc0413e853f2109dafda (patch) | |
| tree | 820dbd4cc8bbd52fe1b18d0532f9c93c8e76d040 /src/live_effects/effect.cpp | |
| parent | Update it.po (diff) | |
| download | inkscape-dfa9b113caecfbf27f86cc0413e853f2109dafda.tar.gz inkscape-dfa9b113caecfbf27f86cc0413e853f2109dafda.zip | |
Add hide operand, work on groups and allow shapes as parameters in LPE Bool
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<EffectType> 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 |
