Tables: fixed initial auto-sizing issue with synched-instances. (#8045, #7218)

This commit is contained in:
ocornut
2024-10-08 19:45:58 +02:00
parent c3629adbeb
commit f3d242a90d
3 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.91.4 WIP"
#define IMGUI_VERSION_NUM 19131
#define IMGUI_VERSION_NUM 19132
#define IMGUI_HAS_TABLE
/*