summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qtabwidget.cpp
diff options
context:
space:
mode:
authorBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-06-11 15:29:46 (GMT)
committerBjørn Erik Nilsen <bjorn.nilsen@nokia.com>2009-06-11 16:25:52 (GMT)
commit5918d108579d53e9c41ee674379a8c60124e9838 (patch)
tree118c06d15890ad00f2561aa9df2a33de29dfe020 /src/gui/widgets/qtabwidget.cpp
parenta1786a441e9101500ae2c28a5226372ba0c7b4a2 (diff)
downloadQt-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/widgets/qtabwidget.cpp')
0 files changed, 0 insertions, 0 deletions