diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-06-23 09:01:15 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-06-23 10:41:30 (GMT) |
commit | a8a0c956f747cd09ca04cfe8b33d09a8476c6453 (patch) | |
tree | 5eaefe921a5f45f290d5dcb701eb71f142f68f25 /LICENSE.PREVIEW.COMMERCIAL | |
parent | aacf96f414651c516b11518d9a921d9853d09e69 (diff) | |
download | Qt-a8a0c956f747cd09ca04cfe8b33d09a8476c6453.zip Qt-a8a0c956f747cd09ca04cfe8b33d09a8476c6453.tar.gz Qt-a8a0c956f747cd09ca04cfe8b33d09a8476c6453.tar.bz2 |
Regression against 4.4 in QRectF::operator|.
In 4.4 QRectF handled flat rectangles in the same fashion as QRect does,
but that changed with Lars' and Jo's optmizations done in the falcon
branch. The difference is that the optimized version only checks whether
the width or height is 0, whereas in 4.4 both had to be 0 (isNull()) before
we bailed out.
This regression also introduced a regression in
QGraphicsItem::childrenBoundingRect().
Auto-test included.
Task-number: 254995
Reviewed-by: Lars
Diffstat (limited to 'LICENSE.PREVIEW.COMMERCIAL')
0 files changed, 0 insertions, 0 deletions