diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-06-11 15:29:46 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-06-11 16:25:52 (GMT) |
commit | 5918d108579d53e9c41ee674379a8c60124e9838 (patch) | |
tree | 118c06d15890ad00f2561aa9df2a33de29dfe020 /src/gui/painting/qdrawhelper_iwmmxt.cpp | |
parent | a1786a441e9101500ae2c28a5226372ba0c7b4a2 (diff) | |
download | Qt-5918d108579d53e9c41ee674379a8c60124e9838.zip Qt-5918d108579d53e9c41ee674379a8c60124e9838.tar.gz Qt-5918d108579d53e9c41ee674379a8c60124e9838.tar.bz2 |
Painting artifacts in QGraphicsView.
Problem appears in the chip demo when clicking an item while scrolling the
view using the mouse wheel. The problem was that we didn't translate the
the item's old painted view rect.
There was also a problem when enabling the DontAdjustForAntialiasing flag,
causing an item to not redraw its edges. We have to adjust the rectangle
by (-1, -1, 1, 1) since QRect() and QRectF() behaves differently.
Auto-test (made by Andreas) included.
Reviewed-by: Andreas
Diffstat (limited to 'src/gui/painting/qdrawhelper_iwmmxt.cpp')
0 files changed, 0 insertions, 0 deletions