Tooltips, Drag and Drop: Stabilized name of drag and drop tooltip window. (#8036)

This commit is contained in:
ocornut
2024-10-03 11:18:59 +02:00
parent f0575411c0
commit 014b722963
4 changed files with 22 additions and 12 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.3 WIP"
#define IMGUI_VERSION_NUM 19123
#define IMGUI_VERSION_NUM 19124
#define IMGUI_HAS_TABLE
/*