Menus, Popups: Fixed an issue where sibling menu popups re-opening in successive frames would erroneously close the window. (#7325, #7287, #7063)

Amend 014e0ac8
This commit is contained in:
ocornut
2024-02-27 18:36:46 +01:00
parent 9877941775
commit c3f8f4de25
3 changed files with 8 additions and 2 deletions
+1 -1
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.5 WIP"
#define IMGUI_VERSION_NUM 19041
#define IMGUI_VERSION_NUM 19042
#define IMGUI_HAS_TABLE
/*