mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Error Handling, Tables: TableGetSortSpecs() silently return NULL when no table (matching most other table getters). TableSetBgColor() uses IM_ASSERT_USER_ERROR.
This commit is contained in:
parent
a0d3e405a3
commit
79d88e2d0b
2 changed files with 9 additions and 3 deletions
|
|
@ -43,6 +43,9 @@ Breaking Changes:
|
|||
|
||||
Other Changes:
|
||||
|
||||
- Error Handling: minor improvements to error handling for TableGetSortSpecs()
|
||||
and TableSetBgColor() calls. (#1651, #8499)
|
||||
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
VERSION 1.92.1 (Released 2025-07-09)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue