summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qpagesetupdialog_mac.mm
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-05-31 08:00:54 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-05-31 11:18:10 (GMT)
commit817469519a784b1cc84f89cb3cb84f7560874f8e (patch)
treed4bac4e4e96cc52d79ffe3e7e1e6258cca33e357 /src/gui/dialogs/qpagesetupdialog_mac.mm
parent59e281bcc2bc24ae93eaf2751cc6fcc48bfd6302 (diff)
downloadQt-817469519a784b1cc84f89cb3cb84f7560874f8e.zip
Qt-817469519a784b1cc84f89cb3cb84f7560874f8e.tar.gz
Qt-817469519a784b1cc84f89cb3cb84f7560874f8e.tar.bz2
Fix unreasonably large width of QTextLayout::boundingRect()
When no lineWidth is set on the QTextLine, the QScriptLine::width will be the maximum value that can be represented by QFixed, thus always overriding the width of the bounding rect. The lineWidth of the QTextLine should never be used as the width of the bounding rect, since it's not a calculated value. The real bounding rect is found by querying the natural text width. Task-number: QTBUG-11104 Reviewed-by: Rhys Weatherley
Diffstat (limited to 'src/gui/dialogs/qpagesetupdialog_mac.mm')
0 files changed, 0 insertions, 0 deletions