diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2017-02-16 17:20:39 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2017-02-16 17:20:39 +0000 |
| commit | f418c74c99b9621c111a8f89eae096b29255b4b2 (patch) | |
| tree | 792a45bea94aa7228f57efaeac903e724c1d7ae3 /src/selection-chemistry.cpp | |
| parent | Fix compile for Trusty. (Colliding definitions of isinf between C99 and C++11... (diff) | |
| download | inkscape-f418c74c99b9621c111a8f89eae096b29255b4b2.tar.gz inkscape-f418c74c99b9621c111a8f89eae096b29255b4b2.zip | |
[Bug #1426613] moving a selection of frame and text-flowed-into-frame displaces text.
Fixed bugs:
- https://launchpad.net/bugs/1426613
(bzr r15522)
Diffstat (limited to 'src/selection-chemistry.cpp')
| -rw-r--r-- | src/selection-chemistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index 70307579f..f2bdeba4e 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -1618,7 +1618,7 @@ void ObjectSet::applyAffine(Geom::Affine const &affine, bool set_i2d, bool compe for (auto& itm: region.children) { SPUse *use = dynamic_cast<SPUse *>(&itm); if ( use ) { - use->doWriteTransform(use->getRepr(), use->transform.inverse(), NULL, compensate); + use->doWriteTransform(use->getRepr(), item->transform.inverse(), NULL, compensate); } } } |
