diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-10-04 21:57:28 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-10-04 21:57:28 +0000 |
| commit | 4f857ae84089672e9c7378d327e54889f64c62fb (patch) | |
| tree | b899e1d4f41027674eeb35fc70e0fed4484e34b6 /src/sp-item.cpp | |
| parent | C++ (diff) | |
| download | inkscape-4f857ae84089672e9c7378d327e54889f64c62fb.tar.gz inkscape-4f857ae84089672e9c7378d327e54889f64c62fb.zip | |
C++
(bzr r12660)
Diffstat (limited to 'src/sp-item.cpp')
| -rw-r--r-- | src/sp-item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp index b6b7d90ea..e8338046b 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -1288,7 +1288,7 @@ void SPItem::adjust_livepatheffect (Geom::Affine const &postmul, bool set) if ( SP_IS_LPE_ITEM(this) ) { SPLPEItem *lpeitem = SP_LPE_ITEM (this); if ( lpeitem->hasPathEffect() ) { - sp_lpe_item_fork_path_effects_if_necessary(lpeitem); + lpeitem->forkPathEffectsIfNecessary(); // now that all LPEs are forked_if_necessary, we can apply the transform PathEffectList effect_list = lpeitem->getEffectList(); |
