r14620 by jghali - add comment related to #8761 fix, already fixed by Franz as #8541
scribus-commit
scribus-commit at lists.scribus.net
Mon Feb 1 23:20:38 CET 2010
Revision: 14620
Author: jghali
Date: 2010-02-01T22:13:37.522154Z
Commit message: add comment related to #8761 fix, already fixed by Franz as #8541
Changeset:
M /trunk/Scribus/scribus/scribusdoc.cpp
Diffs:
Index: scribus/scribusdoc.cpp
===================================================================
--- scribus/scribusdoc.cpp (revision 14619)
+++ scribus/scribusdoc.cpp (revision 14620)
@@ -10043,6 +10043,7 @@
ma.rotate(currItem->rotation());
double dX = ma.m11() * (currItem->width() - newX) + ma.m21() * (currItem->height() - newY) + ma.dx();
double dY = ma.m22() * (currItem->height() - newY) + ma.m12() * (currItem->width() - newX) + ma.dy();
+// #8541, #8761: "when resizing with ALT-arrow, the size values in the PP aren't updated"
// currItem->setWidthHeight(newX, newY, true);
currItem->setWidthHeight(newX, newY);
if ((rotMode != 0) && (fromMP) && (!isLoading()) && (appMode == modeNormal))
More information about the scribus-commit
mailing list