Fixed IsItemDeactivated(), IsItemDeactivatedAfterEdit() to work when interrupted before/after the active id is submitted. (#5184, #5904, #6766, #8303, #8004)

This commit is contained in:
ocornut
2025-01-13 14:09:41 +01:00
parent a28ffa81c4
commit a604d4f717
4 changed files with 46 additions and 21 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.91.7 WIP"
#define IMGUI_VERSION_NUM 19164
#define IMGUI_VERSION_NUM 19165
#define IMGUI_HAS_TABLE
/*