Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
4.6.1, 5.5.0
-
Windows
Description
The combo boxes change the current index if the user accidentally move the mouse wheel on the combo box. So I try to set the focus policy to Qt::StrongFocus, so the combo box shouldn't acquire the focus with the wheel event. Unfortunately this has not effect and the combo box continue to change the current index even if has not the focus.