Tables: Solved an ID conflict issue with multiple-instances of a same table. Storing instance id for convenience. (#6140)

TableGetColumnResizeID() are still using an incorrect table, but having only one-level left tends to cancel things out.
This commit is contained in:
ocornut
2023-02-03 19:20:18 +01:00
parent c75410e72c
commit f799a293c8
4 changed files with 40 additions and 20 deletions

View File

@ -23,7 +23,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM > 12345')
#define IMGUI_VERSION "1.89.3 WIP"
#define IMGUI_VERSION_NUM 18926
#define IMGUI_VERSION_NUM 18927
#define IMGUI_HAS_TABLE
/*