Popups & Modals: fixed nested Begin() being erroneously input-inhibited. (useful for e.g. #718, #4461 and probably other things)

This commit is contained in:
ocornut
2022-09-16 22:08:11 +02:00
parent 472f8013bd
commit 440f257688
3 changed files with 14 additions and 5 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 18819
#define IMGUI_VERSION_NUM 18820
#define IMGUI_HAS_TABLE
/*