Files
ladybird/Libraries/LibGUI
Benoît Lormeau 951a429268 LibGUI: SpinBox: update the displayed value when set_range() clamps it
Consider the following: upon instanciation of a GUI::SpinBox, its
internal value and displayed value are both 0. When calling `set_min(1)`
on it (same as `set_range(1, max())`), the internal value gets clamped
to 1 correctly, but "0" is still displayed by the widget.

The displayed value is now updated accordingly to the internal value
when it gets clamped.
2020-06-29 14:57:36 +02:00
..
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00
2020-05-01 16:58:18 +02:00
2020-06-13 12:43:22 +02:00
2020-06-07 19:29:40 +02:00
2020-04-21 16:19:18 +02:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00
2020-02-16 09:41:56 +01:00