Drag and Drop: Clear state on EndDragDropTarget() with delivery + fixed handling of overlapping targets when smaller one is submitted before and can accept the same data type. (#6183, #5817)

This commit is contained in:
ocornut
2023-02-21 21:22:15 +01:00
parent 2ee77aa6be
commit e9743d85dd
3 changed files with 18 additions and 9 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.4 WIP"
#define IMGUI_VERSION_NUM 18932
#define IMGUI_VERSION_NUM 18933
#define IMGUI_HAS_TABLE
/*