Window: Fixed resizing from upper border when io.ConfigWindowsMoveFromTitleBarOnly is set. (#6390)

This commit is contained in:
ocornut
2023-05-25 15:22:25 +02:00
parent 7947f327de
commit 7e03ae3240
3 changed files with 12 additions and 6 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 18958
#define IMGUI_VERSION_NUM 18959
#define IMGUI_HAS_TABLE
/*