BeginChild(): Internal name used by child windows now omits the hash/id if the child window is submitted in root of id stack of parent window.

# Conflicts:
#	docs/CHANGELOG.txt
#	imgui.h
This commit is contained in:
ocornut
2023-10-20 15:27:25 +02:00
parent 4e4042bc33
commit 8ee85137d8
3 changed files with 7 additions and 2 deletions

View File

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