-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.12.3
-
None
In a window there are two widgets:
- Focused QLineEdit
- Another widget (let's say QTextEdit) with cursor set to anything else than default (let's say Open hand).
Now, if you hover mouse on QTextEdit, its cursor keeps constantly changing between Arrow and Open hand.
Listing events in the window suggests this is associated with frequent repaints caused by blinking cursor in QLineEdit.