Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.11.0 RC 1
-
None
-
9ffb00130624b90dabab9cf5dd6cb53999b32bdd
Description
Spin boxes no longer get a frame with common styles (Windows, Breeze, Skulpture), because the check if QStyle::SC_SpinBoxFrame needs to be included in option->subControls is wrong. The commit in qcommonstyle.cpp made 'true' the default value for SH_SpinBox_ButtonsInsideFrame, while the check in qabstractspinbox.cpp checks for a 'false' value to include the QStyle::SC_SpinBoxFrame.