Menus, Popups: Fixed an issue where hovering a parent-menu upward would erroneously close the window. (#7325, #7287, #7063)

Amend 76e09c4b0. Initial call to ClosePopupToLevel d31fe97f7 (#2880).
See "widgets_menu_reopen_2" in TestSuite.
This commit is contained in:
ocornut
2024-02-20 14:01:24 +01:00
parent c16043c1d5
commit 014e0ac8c9
3 changed files with 4 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.4 WIP"
#define IMGUI_VERSION_NUM 19031
#define IMGUI_VERSION_NUM 19032
#define IMGUI_HAS_TABLE
/*