mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Fixed Clang cast-align warning + Added missing Changelog entry in 1.92.4. (#8893)
This commit is contained in:
parent
bd6f48fe20
commit
1e7d2adc29
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue