InputText: leave state->Flags uncleared for the purpose of backends emitting an on-screen keyboard for passwords. (#5724)

This commit is contained in:
ocornut
2022-09-28 17:38:41 +02:00
parent 0a7054c7e4
commit d17627b9c6
3 changed files with 2 additions and 5 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 18824
#define IMGUI_VERSION_NUM 18825
#define IMGUI_HAS_TABLE
/*