Window: Auto-fit size takes account of work rectangle (menu bars eating from viewport). (#5843)

This commit is contained in:
ocornut
2022-11-02 12:36:22 +01:00
parent 86f2af2bc7
commit 6e9dfe1de1
3 changed files with 3 additions and 3 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 WIP"
#define IMGUI_VERSION_NUM 18833
#define IMGUI_VERSION_NUM 18834
#define IMGUI_HAS_TABLE
/*