mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-22 15:25:34 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user