DragFloat, DragScalar: Fixed ImGuiSliderFlags_ClampOnInput not being honored in the special case where v_min == v_max. (#3361)

This commit is contained in:
ocornut
2020-08-20 11:21:15 +02:00
parent 5dc5610ad5
commit 4c201994d4
4 changed files with 53 additions and 16 deletions

View File

@ -37,6 +37,9 @@ HOW TO UPDATE?
Other Changes:
- DragFloat, DragScalar: Fixed ImGuiSliderFlags_ClampOnInput not being honored in the special case
where v_min == v_max. (#3361)
-----------------------------------------------------------------------
VERSION 1.78 (Released 2020-08-18)