InputText: Fixed not returning true when buffer is cleared by ImGuiInputTextFlags_EscapeClearsAll. (#5688, #2620)

This commit is contained in:
ocornut
2023-06-21 14:20:13 +02:00
parent cb5542bce5
commit 94c46d7486
3 changed files with 3 additions and 1 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.7 WIP"
#define IMGUI_VERSION_NUM 18964
#define IMGUI_VERSION_NUM 18965
#define IMGUI_HAS_TABLE
/*