diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-14 12:19:17 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-14 12:19:17 +0000 |
| commit | 6c5501612d54559bd8497e78d4f7bd8601432323 (patch) | |
| tree | d335832ff25926a0549af362f589530b4c09541e /src/sp-item-group.cpp | |
| parent | update to trunk (diff) | |
| parent | Partial fix for bug 1430873. Rectangles should behave properly with % values. (diff) | |
| download | inkscape-6c5501612d54559bd8497e78d4f7bd8601432323.tar.gz inkscape-6c5501612d54559bd8497e78d4f7bd8601432323.zip | |
update to trunk
(bzr r13645.1.41)
Diffstat (limited to 'src/sp-item-group.cpp')
| -rw-r--r-- | src/sp-item-group.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item-group.cpp b/src/sp-item-group.cpp index 0c65bbaed..55857dacf 100644 --- a/src/sp-item-group.cpp +++ b/src/sp-item-group.cpp @@ -843,7 +843,7 @@ void SPGroup::update_patheffect(bool write) { LivePathEffectObject *lpeobj = (*it)->lpeobject; if (lpeobj && lpeobj->get_lpe()) { - lpeobj->get_lpe()->doBeforeEffect(this); + lpeobj->get_lpe()->doBeforeEffect_impl(this); } } |
