Tables: fixed IdealMaxPos.y/CursorMaxPos.y computation being wrong when vertically scrolling. (#9352, #7651)

See ""table_reported_size_outer" test amends (0f9d1e02b0).
This commit is contained in:
ocornut
2026-04-08 20:01:00 +02:00
parent d946c6932b
commit bccec3eabc
2 changed files with 10 additions and 7 deletions

View File

@@ -48,8 +48,9 @@ Other Changes:
multi-line edit is clipped due to being out of view.
- Fixed a crash when toggling ReadOnly while active. (#9354)
- Tables:
- Fixed an issue reporting ideal size to parent window/container when both scrollbars
are visible but only one of ScrollX/ScrollY was explicitly requested. (#9352, #7651)
- Fixed issues reporting ideal size to parent window/container: (#9352, #7651)
- When both scrollbars are visible but only one of ScrollX/ScrollY was explicitly requested.
- When vertical scrollbar was not at the top, the computation was often incorrect.
- Fonts:
- imgui_freetype: add FreeType headers & compiled version in 'About Dear ImGui' details.
- Clipper: