Fixes/amend 9825f7f + amend Changelog (#4857, #5937)

This commit is contained in:
ocornut
2022-12-01 20:18:32 +01:00
parent 0e2a167bdb
commit 844e0ae688
2 changed files with 7 additions and 3 deletions

View File

@ -42,6 +42,7 @@ Other changes:
- Fixed cases where CTRL+Tab or Modal can occasionally lead to the creation of ImDrawCmd with
zero triangles, which would makes the render loop of some backends assert (e.g. Metal with
debugging, Allegro). (#4857, #5937)
- Tables, Columns: Fixed cases where empty columns may lead to empty ImDrawCmd. (#4857, #5937)
- Inputs, Scrolling: better selection of scrolling window when hovering nested windows
and when backend/OS is emitting dual-axis wheeling inputs (typically touch pads on macOS).
We now select a primary axis based on recent events, and select a target window based on it.