mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-19 15:18:18 +00:00
Scrollbar: fixed a codepath leading to a divide-by-zero. (#9089)
This commit is contained in:
@@ -43,6 +43,9 @@ Breaking Changes:
|
||||
|
||||
Other Changes:
|
||||
|
||||
- Scrollbar: fixed a codepath leading to a divide-by-zero (which would not be
|
||||
noticeable by user but detected by sanitizers). (#9089) [@judicaelclair]
|
||||
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
VERSION 1.92.5 (Released 2025-11-20)
|
||||
|
||||
Reference in New Issue
Block a user