Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
5.12
-
998740c61961c0dc3e1296f0349c23846327aea0
Description
QDoubleSpinBox does not resize when setting prefix. It does so when setting suffix. Looking at the source code, it seems that QDoubleSpinBox::setPrefix() function is missing the "updateGeometry();" function call.