Commit 7c288f1a authored by Pekka Vuorela's avatar Pekka Vuorela Committed by Qt by Nokia
Browse files

Fix TextEdit with right aligned text when size changes


Geometry change was avoiding updating size of the QTextDocument, thus
it was not able to right align before something else triggered size
change, e.g. a modification to the text. Also removed unnecessary
cursorRectangleChanged signal that was emitted when moving focus with
mouse.

Change-Id: I293fd5119473eb3def5acd1b3fbb951c12e14412
Reviewed-by: default avatarJoona Petrell <joona.t.petrell@nokia.com>
parent a150d121
No related merge requests found
Showing with 30 additions and 10 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment