Windows: Fixed an issue where BeginChild() inside a collapsed Begin() wouldn't inherit the SkipItems flag.

Amend/fix a89f05a10 (old!)
Discovered while looking at glyph being processed in WIP branch.
This commit is contained in:
ocornut
2025-02-10 21:34:55 +01:00
parent 4dc9df6aae
commit 3b2f2602b4
3 changed files with 5 additions and 2 deletions
+1 -1
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.9 WIP"
#define IMGUI_VERSION_NUM 19183
#define IMGUI_VERSION_NUM 19184
#define IMGUI_HAS_TABLE
/*