Fixed Clang cast-align warning + Added missing Changelog entry in 1.92.4. (#8893)

This commit is contained in:
ocornut
2025-12-11 21:37:42 +01:00
parent bd6f48fe20
commit 1e7d2adc29
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -298,6 +298,8 @@ Other Changes:
using ImGuiWindowFlags_UnsavedDocument/ImGuiTabItemFlags_UnsavedDocument. (#8983)
- IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers()
helpers to null all handlers. (#8945, #2769)
- Tables: changed ImGuiTableFlags_NoBordersInBody behavior to not draw border in
body even when resizing. (#8893)
- Inputs:
- Shortcuts: added support for combining ImGuiInputFlags_RouteFocused
(which is the default route) with ImGuiInputFlags_RouteOverActive, allowing