summaryrefslogtreecommitdiffstats
path: root/src/script
diff options
context:
space:
mode:
authorBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2010-09-13 12:23:04 (GMT)
committerBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2010-09-13 13:17:01 (GMT)
commit548155fec3a8b575215625d4fd767e63c20f6b84 (patch)
treede72a03ef2705665bf9dee7a1b0ae8a469e1c651 /src/script
parent0313095b876e86cee5a83a3147aa182e1f2061b8 (diff)
downloadQt-548155fec3a8b575215625d4fd767e63c20f6b84.zip
Qt-548155fec3a8b575215625d4fd767e63c20f6b84.tar.gz
Qt-548155fec3a8b575215625d4fd767e63c20f6b84.tar.bz2
Assertion calledEmitUpdated fails in QGraphicsScene.
Problem was that the 'updateAll' boolean was reset to 'false' when it really should have been unchanged. This happened when rendering the scene from outside the view's paint event (i.e. from QGraphicsView/Scene::render). We only want to reset 'updateAll' when triggering drawItems() from QGraphicsView::paintEvent, i.e. when the 'view' pointer != 0. Broke after commit: dda8a57c. Auto test included. Task-number: QT-3674
Diffstat (limited to 'src/script')
0 files changed, 0 insertions, 0 deletions