summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-03-03 15:16:30 +0000
committerjabiertxof <info@marker.es>2016-03-03 15:16:30 +0000
commit8f670aecc6764c0796c89cb4615626d66d4aa849 (patch)
tree888cb60349377d62533d0508366aec73ba79b387 /src/live_effects/effect.cpp
parentFix a bug with 0 width shapes (diff)
parentFix bug: 1552003 Randomize color extension has no limits (diff)
downloadinkscape-8f670aecc6764c0796c89cb4615626d66d4aa849.tar.gz
inkscape-8f670aecc6764c0796c89cb4615626d66d4aa849.zip
update to trunk
(bzr r14648.1.5)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index fe7bf3a97..47fd02554 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -356,7 +356,8 @@ Effect::createAndApply(EffectType type, SPDocument *doc, SPItem *item)
}
Effect::Effect(LivePathEffectObject *lpeobject)
- : _provides_knotholder_entities(false),
+ : apply_to_clippath_and_mask(false),
+ _provides_knotholder_entities(false),
oncanvasedit_it(0),
is_visible(_("Is visible?"), _("If unchecked, the effect remains applied to the object but is temporarily disabled on canvas"), "is_visible", &wr, this, true),
show_orig_path(false),