Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.5.5, 6.7.0
-
-
bc722385f (dev), 07a7b349e (6.8), 629bb4f89 (6.7), a934d86f6 (tqtc/lts-6.5)
Description
When layout mirroring is enabled the horizontal alignment of the TextEdit text property is not updated. But when some other property of TextEdit is updated with the same condition then the horizontal alignment of the text property also updates as expected.
Attached example reproduces the issue.
Steps:
- Run the attached example
- Check the checkbox
Expected behavior: Text should be aligned to the right.
Actual behavior: Text is aligned to the left.
Resizing the window or updating a TextEdit property will align the text to the right.