Overlap: Fixed first frame of an overlap highlighting underlying item if previous frame didn't hover anything. (#6512, #3909, #517)

This commit is contained in:
ocornut
2023-06-27 11:19:37 +02:00
parent b03a4993b3
commit 06f5b46133
3 changed files with 6 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.7 WIP"
#define IMGUI_VERSION_NUM 18965
#define IMGUI_VERSION_NUM 18966
#define IMGUI_HAS_TABLE
/*