InputText: Fixed a crash on deactivating a ReadOnly buffer. (#6570, #6292, #4714)

This will be part of 1.89.7 Tagged relase.
This commit is contained in:
ocornut
2023-07-04 16:20:51 +02:00
parent 40aac5875a
commit d4ddc46e77
3 changed files with 12 additions and 3 deletions

View File

@@ -25,7 +25,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.7"
#define IMGUI_VERSION_NUM 18970
#define IMGUI_VERSION_NUM 18971
#define IMGUI_HAS_TABLE
/*