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

Fixed building with IMGUI_DISABLE_DEBUG_TOOLS only. (#8796)

This commit is contained in:
ocornut 2025-07-23 16:17:35 +09:00
parent 4f00774006
commit 174f37bdaf
2 changed files with 21 additions and 14 deletions

View file

@ -48,6 +48,7 @@ Other Changes:
selected), impacting code not checking for BeginChild() return value. (#8815)
- Error Handling: minor improvements to error handling for TableGetSortSpecs()
and TableSetBgColor() calls. (#1651, #8499)
- Misc: fixed building with IMGUI_DISABLE_DEBUG_TOOLS only. (#8796)
- Misc: removed more redundant inline static linkage from imgui_internal.h to
facilitate using in C++ modules. (#8813, #8682, #8358) [@stripe2933]
- CI: Added SDL3 builds to MacOS and Windows. (#8819, #8778) [@scribam]