Drags, Sliders: fixed an overflow using ImGuiSliderFlags_Logarithmic with S32/S64 types. (#9526, #3361, #1823, #1316, #642)

This commit is contained in:
ocornut
2026-08-30 19:44:15 +02:00
parent 1e51b6ffdc
commit d3c5ff395c
2 changed files with 5 additions and 2 deletions

View File

@@ -52,6 +52,9 @@ Breaking Changes:
Other Changes:
- Drags, Sliders:
- Fixed an overflow using `ImGuiSliderFlags_Logarithmic` with S32/S64 types which
leads to clamped interactions. (#9526, #3361, #1823, #1316, #642) [@lailoken]
- Fonts:
- Reworked `AddFontDefault()` to use `io.DisplayFrameBufferScale` as part of the heuristic
to select `AddFontDefaultVector()` by default, effectively using ProggyForever instead of