diff options
author | Benjamin Poulain <benjamin.poulain@nokia.com> | 2009-07-06 08:19:01 (GMT) |
---|---|---|
committer | Benjamin Poulain <benjamin.poulain@nokia.com> | 2009-07-06 09:52:53 (GMT) |
commit | c4b7fab9e8296915fff700704db26161bac8df0c (patch) | |
tree | d4e70e81c2cc1b149f79cca146cc739e804dde19 /doc/src/snippets/code/src_gui_graphicsview_qgraphicsproxywidget.cpp | |
parent | 423d40c56f090f3619c8df5667dcfcb0c0a0dc32 (diff) | |
download | Qt-c4b7fab9e8296915fff700704db26161bac8df0c.zip Qt-c4b7fab9e8296915fff700704db26161bac8df0c.tar.gz Qt-c4b7fab9e8296915fff700704db26161bac8df0c.tar.bz2 |
Fix to paint big widgets in a scroll area
If a big widget is inside a scroll area, and this widget is in the
limits of XCOORD_MAX, its child might not be inside the limits.
The child is then limited to wrect, but wrect might not be on the
screen because the parent is scrolled. To avoid this problem,
the widgets position should not influence whether wrect is used or not.
Task-number: 144779
Reviewed-by: nrc
Diffstat (limited to 'doc/src/snippets/code/src_gui_graphicsview_qgraphicsproxywidget.cpp')
0 files changed, 0 insertions, 0 deletions