Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.6.2
-
None
Description
The standard way to disable/hide the text cursor on QTextEdit is to setCursorWidth(0); But when you have RTL text, there is an additional caret indicator (like a small < on top of the cursor), and this should be hidden when the cursor width is 0, but it isn't.