diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-21 15:24:09 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-23 21:37:56 +0000 |
| commit | 6cac05b2ed5ad262328c836ee7f8daf184210eaf (patch) | |
| tree | 147c39f49daca1fb2c001c535732678f6112c56e /src/object/sp-path.cpp | |
| parent | Fix some crashes grouping (diff) | |
| download | inkscape-6cac05b2ed5ad262328c836ee7f8daf184210eaf.tar.gz inkscape-6cac05b2ed5ad262328c836ee7f8daf184210eaf.zip | |
Remove some documents updates
Diffstat (limited to '')
| -rw-r--r-- | src/object/sp-path.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/object/sp-path.cpp b/src/object/sp-path.cpp index b47f63c9e..49a0a6e46 100644 --- a/src/object/sp-path.cpp +++ b/src/object/sp-path.cpp @@ -330,7 +330,6 @@ 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); @@ -351,8 +350,6 @@ Geom::Affine SPPath::set_transform(Geom::Affine const &transform) { // Adjust LPE this->adjust_livepatheffect(transform); - this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG); - // nothing remains - we've written all of the transform, so return identity return Geom::identity(); } |
