mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-06 09:07:17 +00:00
Fixed building with IMGUI_DISABLE_DEBUG_TOOLS only. (#8796)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user