summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/sqlite
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2018-03-22 16:45:01 +0100
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2018-03-26 16:00:43 +0000
commitc7c41fa1c6bced218e9a44859feb593624340228 (patch)
treeb9560b4aeea9c2604efe0ab8402a30046439c7ce /src/plugins/sqldrivers/sqlite
parent50cfbd6112a2682228cdf34cd72b5abae967cdb2 (diff)
Fix QPainter save/restore of clipping enabled state
Clipping enabled state would not always be correctly restored for the raster engine (other engines work fine). The raster engine's QClipData object is sometimes shared between painter state objects on the save/restore stack. QClipData has its own enabled flag, and this could then come out of sync. Fix by making sure we sync the enabled state on restore. Task-number: QTBUG-58789 Change-Id: I81e6254ebb93df6e153bbef58e32a885273e3224 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/plugins/sqldrivers/sqlite')
0 files changed, 0 insertions, 0 deletions