Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
4.5.1
-
None
Description
On Windows, if grabMouse() is called multiple times on the same widget, the widget does not receive double click events. mouseDoubleClickEvent() is not called on the widget.
The widget continues to receive mouse press and release events, though.
The problem does not occur on Linux.