Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.3.2
-
None
Description
Multiple checkable QToolButtons in a QButtonGroup may appear as pressed/checked on X11 when only one really is, this happens when rapidly clicking one button and then another. When this happpens one of the buttons will have isChecked() return true, and another will have isDown() return true.