-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.8.4
Calling QTextDocument::size using QTextCursor at any point before constructing the document with QTextCursor results in the process taking significantly longer.
The size function itself does not take a significant amout of time, but the difference between having called it at some point and not calling it at all is very noticable.
See the attached project.