Files
serenity/Userland/Libraries/LibGUI/SpinBox.cpp
mkblumenau 02157e3eaf LibGUI: Improve how SpinBox handles negative numbers
Negative numbers now display correctly in SpinBox.
Previously, they displayed as the negative sign only (no number).
Now the user can also type negative numbers into the SpinBox.
2024-07-19 21:20:52 +01:00

4.8 KiB