summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/collections/tst_collections.cpp
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2014-05-05 19:02:46 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-17 08:59:08 +0200
commit1aede2d7fc5192776d5c8c9e625478d6d3f55446 (patch)
treef725c61ff0f18a9a964a645cbb44fbcf115b54aa /tests/auto/corelib/tools/collections/tst_collections.cpp
parent4689a9b3f065db2364ac52e7d867f12363f16b5d (diff)
QPainter on QBitmap: make setBrush(NoBrush) work as expected.
It had no effect because of an explicit check for NoBrush. However the default in QBitmap is (unfortunately) QBrush(color0), rather than NoBrush, so the brush must be updated when calling setBrush(NoBrush). I suppose the real issue is that lastBrush is default-constructed in QRasterPaintEngine, rather than starting with the brush from QPainter, which is QBrush(color0) for the case of the bitmap. But no reason to special case NoBrush here anyway. Task-Number: QTBUG-38781 Change-Id: I9996ac12bf628920cfaf0de9c886f637a336028b Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'tests/auto/corelib/tools/collections/tst_collections.cpp')
0 files changed, 0 insertions, 0 deletions