Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.0
-
61aae86b5 (dev), 1af885851 (6.8)
Description
To reproduce, run the example, select the text in SpinBox and try to insert 22 from keyboard.
It is impossible to enter value 22 as fixup() is called for value 2 immediately, which changes the value to 15 as that is the minimum.