diff options
Diffstat (limited to 'src/sp-spiral.cpp')
| -rw-r--r-- | src/sp-spiral.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-spiral.cpp b/src/sp-spiral.cpp index d75db3daa..f59fc0720 100644 --- a/src/sp-spiral.cpp +++ b/src/sp-spiral.cpp @@ -436,6 +436,8 @@ Geom::Affine SPSpiral::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; } |
