Windows: add resize grips for child windows with both ResizeX+ResizeY. Amends. (#8501)

This commit is contained in:
ocornut
2025-09-23 16:54:59 +02:00
parent 82e9a5e47d
commit e1aea42e45
2 changed files with 17 additions and 18 deletions

View File

@@ -43,6 +43,9 @@ Breaking Changes:
Other Changes:
- Windows: added lower-right resize grip on child windows using both
ImGuiChildFlags_ResizeX and ImGuiChildFlags_ResizeY flags. (#8501) [@aleksijuvani]
The grip is not visible before hovering to reduce clutter.
- IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers()
helpers to null all handlers. (#8945, #2769)
- Misc: Debuggers: added type formatters for the LLDB debuggers (e.g. Xcode,