summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sp-lpe-item.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-lpe-item.cpp b/src/sp-lpe-item.cpp
index dce942934..7a18c10b5 100644
--- a/src/sp-lpe-item.cpp
+++ b/src/sp-lpe-item.cpp
@@ -435,6 +435,8 @@ void sp_lpe_item_add_path_effect(SPLPEItem *lpeitem, gchar *value, bool reset)
// has to be called when all the subitems have their lpes applied
lpeobj->lpe->resetDefaults(lpeitem);
}
+ /* perform this once when the effect is applied */
+ lpeobj->lpe->doOnApply(SP_LPE_ITEM(lpeitem));
}
//Enable the path effects now that everything is ready to apply the new path effect