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)

Since ScrollX de-facto also enables ScrollY we can't gate accounting for ScrollbarSizes.x based on explicit ScrollY.
Amend a31aa683f
This commit is contained in:
ocornut
2026-04-08 15:07:11 +02:00
parent c0e6580b62
commit 4d38508c6b
2 changed files with 7 additions and 5 deletions

View File

@@ -46,6 +46,9 @@ Other Changes:
- InputText:
- InputTextMultiline: fixed an issue processing deactivation logic when an active
multi-line edit is clipped due to being out of view.
- 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)
- Fonts:
- imgui_freetype: add FreeType headers & compiled version in 'About Dear ImGui' details.
- Clipper: