diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-07-09 09:08:48 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-07-09 09:08:48 (GMT) |
commit | bdb6d461f4889e38296c859446283c0f9397dbdd (patch) | |
tree | 2ba5ee22e5f10045eb2e918f412760ee9f71b27d /tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp | |
parent | e1b6cd9170d9a20fd3ee1b8d7ef11dcd3364e16d (diff) | |
download | Qt-bdb6d461f4889e38296c859446283c0f9397dbdd.zip Qt-bdb6d461f4889e38296c859446283c0f9397dbdd.tar.gz Qt-bdb6d461f4889e38296c859446283c0f9397dbdd.tar.bz2 |
Rendering artifacts when hiding a QGraphicsItem.
The problem was that update() followed by hide() didn't work as
expected because the update() caused all sub-sequent update requests
to be discareded. This is correct, however, we have to make sure the
ignoreVisible/ignoreOpacity bit is set properly; we won't process a
hidden item otherwise.
Auto-test included.
Diffstat (limited to 'tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp')
0 files changed, 0 insertions, 0 deletions