summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-10-01 01:10:05 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-10-01 01:10:05 +0000
commit89b763d897e805a577f81dc0dccab4b75eb253cf (patch)
tree88cf5fee43de1ac9647134cea9528a271410bb9f /src/live_effects/effect.cpp
parentImprove calls to document_units (diff)
downloadinkscape-89b763d897e805a577f81dc0dccab4b75eb253cf.tar.gz
inkscape-89b763d897e805a577f81dc0dccab4b75eb253cf.zip
Improvements to transforms in LPE
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 46767ac84..396f03e92 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -557,6 +557,7 @@ void Effect::doOnApply_impl(SPLPEItem const* lpeitem)
void Effect::doBeforeEffect_impl(SPLPEItem const* lpeitem)
{
sp_lpe_item = const_cast<SPLPEItem *>(lpeitem);
+ setReady();
doBeforeEffect(lpeitem);
update_helperpath();
}