Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove assertion in QGroupBoxPrivate::shouldHandleKeyEvent()
A disabled QGroupBox doesn't receive key events in any screnario implemented within Qt. It can, however, receive such an event directly in an external implementation. Remove the assertion and return false instead. This amends 5d397a2. Task-number: QTBUG-129095 Change-Id: I7b7167ac49b24844712c27b9fd4395a81687481f Reviewed-by: Volker Hilsheimer <[email protected]>
- Loading branch information