diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-06-10 14:09:37 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-06-10 14:09:37 +0000 |
| commit | b315a5815456e8b648d65323def2bf19a0d1e336 (patch) | |
| tree | 9286ab5f8bf79c0dc0a60f1a46af3966e73c2d9a /src | |
| parent | Remove debugging messages (diff) | |
| download | inkscape-b315a5815456e8b648d65323def2bf19a0d1e336.tar.gz inkscape-b315a5815456e8b648d65323def2bf19a0d1e336.zip | |
Make broken doOnApply() for LPEs work again
(bzr r5872)
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-lpe-item.cpp | 2 |
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 |
