diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2017-05-30 15:22:35 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2017-05-30 15:22:35 +0000 |
| commit | 379acda65c15a5ef67b0ab69be96391975816efb (patch) | |
| tree | 17f4a54f62f2a151a3f10e059bc75341a950c1a3 /src | |
| parent | Fix bug pointed by parclytaxel in IRC (diff) | |
| download | inkscape-379acda65c15a5ef67b0ab69be96391975816efb.tar.gz inkscape-379acda65c15a5ef67b0ab69be96391975816efb.zip | |
Fix broken fix for bug pointed by parclytaxel in IRC
(bzr r15719)
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-lpe-item.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp-lpe-item.cpp b/src/sp-lpe-item.cpp index 1333642e9..84d318db2 100644 --- a/src/sp-lpe-item.cpp +++ b/src/sp-lpe-item.cpp @@ -555,6 +555,9 @@ void SPLPEItem::removeAllPathEffects(bool keep_paths) return; } } + + PathEffectList::iterator it = this->path_effect_list->begin(); + while ( it != this->path_effect_list->end() ) { LivePathEffectObject *lpeobj = (*it)->lpeobject; if (lpeobj) { |
