1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Windows: fixed an issue where resizable child windows would emit border logic when hidden/non-visible. (#8815)

This makes more sense in docking branch but may be merged in master right away.
This commit is contained in:
ocornut 2025-07-22 16:22:53 +09:00
parent ed5bd1f9ef
commit ea613e181c
2 changed files with 11 additions and 2 deletions

View file

@ -43,6 +43,9 @@ Breaking Changes:
Other Changes:
- Windows: fixed an issue where resizable child windows would emit border
logic when hidden/non-visible (e.g. when in a docked window that is not
selected), impacting code not checking for BeginChild() return value. (#8815)
- Error Handling: minor improvements to error handling for TableGetSortSpecs()
and TableSetBgColor() calls. (#1651, #8499)
- Backends: OpenGL2, OpenGL3: set GL_UNPACK_ALIGNMENT to 1 before updating