diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-10-04 21:18:20 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-10-04 21:18:20 +0000 |
| commit | 9a2c4ca30ed332442428594438848b9de2e589a9 (patch) | |
| tree | 04af472d3c8bb4c4e7f62af4c3f822d832b569a8 /src/box3d-side.cpp | |
| parent | fix bug (added some comments to jabiertxof's patch) (diff) | |
| download | inkscape-9a2c4ca30ed332442428594438848b9de2e589a9.tar.gz inkscape-9a2c4ca30ed332442428594438848b9de2e589a9.zip | |
C++
(bzr r12659)
Diffstat (limited to 'src/box3d-side.cpp')
| -rw-r--r-- | src/box3d-side.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d-side.cpp b/src/box3d-side.cpp index 4d8b1e2d7..c2b95203a 100644 --- a/src/box3d-side.cpp +++ b/src/box3d-side.cpp @@ -207,7 +207,7 @@ void Box3DSide::set_shape() { * This is very important for LPEs to work properly! (the bbox might be recalculated depending on the curve in shape)*/ this->setCurveInsync( c, TRUE); - if (hasPathEffect() && sp_lpe_item_path_effects_enabled(this)) { + if (hasPathEffect() && pathEffectsEnabled()) { SPCurve *c_lpe = c->copy(); bool success = sp_lpe_item_perform_path_effect(this, c_lpe); |
