diff options
| author | Jabiertxof <jtx@jtx> | 2017-01-05 19:03:50 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-01-05 19:03:50 +0000 |
| commit | 7bedd224ace433cf4c1a829ba38f6a3c388227e6 (patch) | |
| tree | c859469be41c0b1248bd2b3a18560697c120596b /src/sp-item-group.cpp | |
| parent | * [INTL:sk] Slovak translation update (diff) | |
| download | inkscape-7bedd224ace433cf4c1a829ba38f6a3c388227e6.tar.gz inkscape-7bedd224ace433cf4c1a829ba38f6a3c388227e6.zip | |
Adding base
(bzr r15392.1.1)
Diffstat (limited to 'src/sp-item-group.cpp')
| -rw-r--r-- | src/sp-item-group.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sp-item-group.cpp b/src/sp-item-group.cpp index 7b2507b5e..b9a8fb83f 100644 --- a/src/sp-item-group.cpp +++ b/src/sp-item-group.cpp @@ -925,6 +925,15 @@ void SPGroup::update_patheffect(bool write) { } sp_group_perform_patheffect(this, this, write); + + for (PathEffectList::iterator it = this->path_effect_list->begin(); it != this->path_effect_list->end(); ++it) + { + LivePathEffectObject *lpeobj = (*it)->lpeobject; + + if (lpeobj && lpeobj->get_lpe()) { + lpeobj->get_lpe()->doAfterEffect(this); + } + } } } |
