diff options
Diffstat (limited to 'src/sp-star.cpp')
| -rw-r--r-- | src/sp-star.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-star.cpp b/src/sp-star.cpp index d7ee352c7..5913dde20 100644 --- a/src/sp-star.cpp +++ b/src/sp-star.cpp @@ -518,6 +518,8 @@ Geom::Affine SPStar::set_transform(Geom::Affine const &xform) // Allow live effects if (hasPathEffect() && pathEffectsEnabled()) { + this->adjust_livepatheffect(xform); + this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG); return xform; } |
