summaryrefslogtreecommitdiffstats
path: root/projects.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-04-06 13:32:29 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-04-06 13:37:39 (GMT)
commita70d247d81d2f49faab522af5e4c2a815682c78a (patch)
tree93736bc3090af16e9c2d19da830968aa34efffbc /projects.pro
parentb2d8bca28e1ea485c9ebbe02566cc099c33d8458 (diff)
downloadQt-a70d247d81d2f49faab522af5e4c2a815682c78a.zip
Qt-a70d247d81d2f49faab522af5e4c2a815682c78a.tar.gz
Qt-a70d247d81d2f49faab522af5e4c2a815682c78a.tar.bz2
Fix crash for multiscript text in QTextEngine::boundingBox()
The logClusters pointer is already adjusted for the item, so it should be indexed relative to the item, hence from 0 to itemLength-1. Adding pos to the index would give us a random value for all script items > 0. Thus this would sometimes crash for text that spanned several scripts, since we would sometimes get a value back which was outside the bounds of the glyph array. Task-number: QTBUG-9374 Reviewed-by: Samuel
Diffstat (limited to 'projects.pro')
0 files changed, 0 insertions, 0 deletions