diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-03-02 19:34:31 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-03-02 19:34:31 +0000 |
| commit | 4aba6b92f30733f400891d2c3a6d77c1ae1d7a47 (patch) | |
| tree | 68e2fff928c1f7306e9bdef0abfeb3fbfc1350f8 /src/live_effects/effect.cpp | |
| parent | Another small change to miter-limit for 'arcs' join to match SVG spec. (diff) | |
| download | inkscape-4aba6b92f30733f400891d2c3a6d77c1ae1d7a47.tar.gz inkscape-4aba6b92f30733f400891d2c3a6d77c1ae1d7a47.zip | |
Fix for bug 1540070
Fixed bugs:
- https://launchpad.net/bugs/1540070
(bzr r14678)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 3 |
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), |
