summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0d6b11f)
raw | patch | inline | side by side (parent: 0d6b11f)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 19 Jan 2009 19:28:42 +0000 (19:28 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 19 Jan 2009 19:28:42 +0000 (19:28 +0000) |
src/sp-item-transform.cpp | patch | blob | history |
index 90f84ae0aa0296efd4490d654ba673dffa145691..23c0bdf33bd0cc544c172ed8f0c335c6343a5785 100644 (file)
// Restore the center position (it's changed because the bbox center changed)
if (item->isCenterSet()) {
item->setCenter(center * affine);
+ item->updateRepr();
}
}
// Restore the center position (it's changed because the bbox center changed)
if (item->isCenterSet()) {
item->setCenter(center * affine);
+ item->updateRepr();
}
}