diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2010-01-22 11:46:32 (GMT) |
---|---|---|
committer | Prasanth Ullattil <prasanth.ullattil@nokia.com> | 2010-01-27 15:30:25 (GMT) |
commit | 4bcc8a24129b69efa1217dd033f0af949df0bcb9 (patch) | |
tree | 9a4f5c348dd669be2024e87759ffa0534a3c8608 /tools/configure | |
parent | ef427d48fa684578ecb69e4e1ce2072f12362682 (diff) | |
download | Qt-4bcc8a24129b69efa1217dd033f0af949df0bcb9.zip Qt-4bcc8a24129b69efa1217dd033f0af949df0bcb9.tar.gz Qt-4bcc8a24129b69efa1217dd033f0af949df0bcb9.tar.bz2 |
QGraphicsWidget is painted twice on the inital show.
Problem occured when doing something in the polishEvent() which
eventually ended up as an update(). The problem was that in
QGraphicsScene::addItem we scheduled a polish event after scheduling
an update, resulting in update requests being processed before polish
requests.
Auto-test included.
Task-number: QTBUG-6956
Reviewed-by: alexis
Diffstat (limited to 'tools/configure')
0 files changed, 0 insertions, 0 deletions