summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/x11.pri
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-05-09 16:14:34 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-17 04:47:32 +0200
commitd07982b104de5dc2b54bef09c071500ce22cf539 (patch)
treef72110e14aabe4b21adf6298f0fc2f630ccaa4c1 /src/widgets/kernel/x11.pri
parent438787b0ca18b08993bfa640ddf0ad5e6d2340e8 (diff)
Fix cursorToX for right to left text with trailing whitespace.
QTextLine::cursorToX returned the line width for cursor positions outside the width of a wrapped right to left line because the leading space width was always calculated as 0. Returning a non-zero width for the leading space does cause problems for other uses of QTextEngine::alignLine() though as the textAdvance already doesn't include the leading/trailing space so subtracting it there double accounts for it. Task-number: QTBUG-24801 Change-Id: I56cbb139814c32813bebb49de8c045b29154a958 Reviewed-by: Jiang Jiang <jiang.jiang@nokia.com>
Diffstat (limited to 'src/widgets/kernel/x11.pri')
0 files changed, 0 insertions, 0 deletions