diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-05-27 10:49:08 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-05-27 10:49:08 +0000 |
| commit | 2998240db89caabd4c5766f7f57b9a13241f7dc9 (patch) | |
| tree | f7dc546316eaa36a36a795bc073d955d77762ed7 /src/live_effects/effect.cpp | |
| parent | Hackfest2019: Rm tautological tests (diff) | |
| parent | merged in master (diff) | |
| download | inkscape-2998240db89caabd4c5766f7f57b9a13241f7dc9.tar.gz inkscape-2998240db89caabd4c5766f7f57b9a13241f7dc9.zip | |
Hackfest2019: Rm tautological tests
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 |
