summaryrefslogtreecommitdiffstats
path: root/tools/shared/qtgradienteditor/qtgradientstopscontroller.h
diff options
context:
space:
mode:
authorBjoern Erik Nilsen <bnilsen@trolltech.com>2009-04-24 15:34:28 (GMT)
committerBjoern Erik Nilsen <bnilsen@trolltech.com>2009-04-24 15:34:28 (GMT)
commited21b9dafea192ddd39f1d2a4abcb54962d6dfb8 (patch)
tree62bb3042bc91353c3e6293ad7eb48a3389b0fb69 /tools/shared/qtgradienteditor/qtgradientstopscontroller.h
parentdeffb8578757550e57ea3058e95a758155632226 (diff)
downloadQt-ed21b9dafea192ddd39f1d2a4abcb54962d6dfb8.zip
Qt-ed21b9dafea192ddd39f1d2a4abcb54962d6dfb8.tar.gz
Qt-ed21b9dafea192ddd39f1d2a4abcb54962d6dfb8.tar.bz2
Sometimes wrong clipping in QWidget::render() when passing a device or
an untransformed painter When passing a painter to QWidget::render, we use the painter->paintEngine()->systemClip() as the "system viewport", i.e. all painting triggered by render() should be limited to this area. The only way to achieve this is by always ensuring the system clip is clipped to the same area (systemClip &= systemViewport). The problem however, was that we only did this for transformed painters. We must of course always do it when there's a systemViewport set, regardless of whether the painter is transformed or not. Auto test included. Task-number: 248852 Reviewed-by: Trond
Diffstat (limited to 'tools/shared/qtgradienteditor/qtgradientstopscontroller.h')
0 files changed, 0 insertions, 0 deletions