diff options
Diffstat (limited to 'src/sp-path.cpp')
| -rw-r--r-- | src/sp-path.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp index bb76eb73f..0cf2a5f3e 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -299,6 +299,7 @@ Geom::Affine SPPath::set_transform(Geom::Affine const &transform) { // if path has this LPE applied, don't write the transform to the pathdata, but write it 'unoptimized' // also if the effect is type BEND PATH to fix bug #179842 this->adjust_livepatheffect(transform); + this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG); return transform; } else { _curve_before_lpe->transform(transform); |
