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-text.cpp | |
| parent | Fix some crashes grouping (diff) | |
| download | inkscape-6cac05b2ed5ad262328c836ee7f8daf184210eaf.tar.gz inkscape-6cac05b2ed5ad262328c836ee7f8daf184210eaf.zip | |
Remove some documents updates
Diffstat (limited to 'src/object/sp-text.cpp')
| -rw-r--r-- | src/object/sp-text.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/object/sp-text.cpp b/src/object/sp-text.cpp index b18242dff..93694e844 100644 --- a/src/object/sp-text.cpp +++ b/src/object/sp-text.cpp @@ -412,8 +412,6 @@ Geom::Affine SPText::set_transform(Geom::Affine const &xform) { // Adjust gradient fill this->adjust_gradient(xform * ret.inverse()); - this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_TEXT_LAYOUT_MODIFIED_FLAG); - return ret; } |
