Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.4.2
-
None
Description
Setting a custom cursor in a QWidget subclass with
setCursor(myCustomCursor) and then clearing and setting the mouse cursor in the mouse Press and Release events should
get back myCustomCursor when the mouse button is released.
Instead the default arrow cursor is restored on the mouse release.
Only once the mouse is moved is the myCustomCursor restored.