Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.4
-
None
Description
Perform a drag action using QDrag, after the drag action check the button state with QApplication::mouseButtons()
The button state returns Qt::LeftButton until another button click is performed. The state should be Qt::NoButton since no button is pressed.