BeginChild/Tables: Fixed BeginChild temporary activation id collision. Fixes regression in 1.89.6 leading to the first column of tables with either ScrollX or ScrollY flags from being impossible to resize. (#6503)

This commit is contained in:
ocornut
2023-06-09 14:01:21 +02:00
parent a134892a3d
commit 4fab72b40e
3 changed files with 7 additions and 2 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.7 WIP"
#define IMGUI_VERSION_NUM 18961
#define IMGUI_VERSION_NUM 18962
#define IMGUI_HAS_TABLE
/*