Window: Fixed an issue where uncollapsed a window would show a scrollbar for a frame.

Amend / fix regression from 6e8e2c0
This commit is contained in:
ocornut
2022-10-18 16:29:35 +02:00
parent ab6e48b833
commit 5ac94ad898
3 changed files with 7 additions and 3 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 WIP"
#define IMGUI_VERSION_NUM 18832
#define IMGUI_VERSION_NUM 18833
#define IMGUI_HAS_TABLE
/*