qt5base-lts/tests/auto/gui/text/qstatictext
Eskil Abrahamsen Blomfeldt 4d552815cf Fix plain text QStaticText with line breaks
The layout isn't actually created until endLayout() or setLineWidth() is
called. So in the case where this was not done, the height of the line
would be 0, thus multiple lines would be placed on top of each other, at
y == 0.

[ChangeLog][QtGui][Text] Fixed QStaticText when manually breaking lines
and no text width was set.

Task-number: QTBUG-56346
Change-Id: I7f6ed6260545882f05fe39b21134315eca7401b9
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
2016-10-04 14:30:13 +00:00
..
qstatictext.pro Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
tst_qstatictext.cpp Fix plain text QStaticText with line breaks 2016-10-04 14:30:13 +00:00