Focus: amend ImGuiFocusRequestFlags_UnlessBelowModal to bring to front-most below the modal, simplify code in Begin(). (#6357, #4317)

This commit is contained in:
ocornut
2023-04-21 18:09:48 +02:00
parent 01ca196530
commit 4d42450a73
2 changed files with 14 additions and 22 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.6 WIP"
#define IMGUI_VERSION_NUM 18952
#define IMGUI_VERSION_NUM 18953
#define IMGUI_HAS_TABLE
/*