Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.13
-
-
b6ce61f486a06ded273d518d871906f9a53ab7c1 (qt/qtbase/5.13)
Description
If a user set some multiple line content in a TextEdit and then set the alignment to "Qt::AlignLeft | Qt::AlignVCenter", then some lines from the TextEdit disappears.
Please refer to the attached sample,
While scrolling down, you can see only few rows, whereas if setAlignment() is commented, all the 999 rows can be seen.
Issue is with Linux system, Works fine on Windows.