mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 20:18:47 +02:00
InputInt, InputScalar: +/- buttons now respects the natural type limits instead of overflowing or underflowing the value.
This commit is contained in:
@ -47,6 +47,8 @@ Other Changes:
|
||||
- InputInt, InputFloat, InputScalar: Fix to keep the label of the +/- buttons centered when
|
||||
style.FramePadding.x is abnormally larger than style.FramePadding.y. Since the buttons are
|
||||
meant to be square (to align with e.g. color button) we always use FramePadding.y. (#2367)
|
||||
- InputInt, InputScalar: +/- buttons now respects the natural type limits instead of
|
||||
overflowing or underflowing the value.
|
||||
- InputText: Fixed an edge case crash that would happen if another widget sharing the same ID
|
||||
is being swapped with an InputText that has yet to be activated.
|
||||
- InputText: Fixed various display corruption related to swapping the underlying buffer while
|
||||
|
Reference in New Issue
Block a user