diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-09-13 15:10:44 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-09-13 15:10:44 +0000 |
| commit | b5d3bcd190a8b4c95613eeb82e2b768b08b693ce (patch) | |
| tree | e8bf377ac1a28cfadc399bb4d7d603c84b230ba8 /src/sp-path.cpp | |
| parent | Improve rendering of vertical text with non-spacing marks in upright orientat... (diff) | |
| download | inkscape-b5d3bcd190a8b4c95613eeb82e2b768b08b693ce.tar.gz inkscape-b5d3bcd190a8b4c95613eeb82e2b768b08b693ce.zip | |
Fixes for clone original LPE
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); |
