diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-06-08 11:55:16 (GMT) |
---|---|---|
committer | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2009-06-09 07:36:11 (GMT) |
commit | 9ed567ca68d51552f89887aa5a300a5f6a6d8ac3 (patch) | |
tree | 95b1ca425e53cd3673266dcb954e5c928da7bd2a /configure | |
parent | 0095e40b2efc0c43c0d908bb5b9828619bc087e7 (diff) | |
download | Qt-9ed567ca68d51552f89887aa5a300a5f6a6d8ac3.zip Qt-9ed567ca68d51552f89887aa5a300a5f6a6d8ac3.tar.gz Qt-9ed567ca68d51552f89887aa5a300a5f6a6d8ac3.tar.bz2 |
A partial QGraphicsItem update causes a full update to be discarded.
E.g. item->update(QRectF(0, 0, 5, 5)); item->update();
The problem was that we discarded all update requests whenever the item
was already marked as dirty. The dirty bit only means it has pending
updates (which might be a full update). However, we have a separate bit
for full updates (fullUpdatePending) so we have to check against that
bit instead.
Makes tst_QGraphicsProxyWidget::paintEvent happy.
Another auto-test included.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions