diff options
Diffstat (limited to 'src/sp-star.cpp')
| -rw-r--r-- | src/sp-star.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-star.cpp b/src/sp-star.cpp index c2c0883e5..e634eccac 100644 --- a/src/sp-star.cpp +++ b/src/sp-star.cpp @@ -460,9 +460,9 @@ void SPStar::set_shape() { this->setCurveInsync( c, TRUE); this->setCurveBeforeLPE( c ); - 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); + bool success = this->performPathEffect(c_lpe); if (success) { this->setCurveInsync( c_lpe, TRUE); |
