Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
4.7.0
-
None
Description
The following code will hit an assert in Qt 4.7:
QPainter p(this); QString str = QString("Loooooooooooooooooooong string%1Short alt.").arg(QChar(ushort(0x9c))); p.drawText(QRect(20, 20, 100, 100), 0, str); p.drawText(QRect(20, 40, 200, 100), 0, str);