Menus: Fixed an issue when opening a menu hierarchy in a given menu-bar would allow opening another via simple hovering. (#3496, #4797)

Amend 48f26333
This commit is contained in:
ocornut
2023-04-25 12:17:37 +02:00
parent b47507951e
commit d3ad2f357f
3 changed files with 8 additions and 4 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 18953
#define IMGUI_VERSION_NUM 18954
#define IMGUI_HAS_TABLE
/*