Misc: Most text functions also treat "%.*s" (along with "%s") specially to avoid formatting. (#3466, #6846)

This commit is contained in:
ocornut
2023-09-25 10:47:28 +02:00
parent f4790f6f66
commit d4869207e3
3 changed files with 10 additions and 14 deletions

View File

@ -24,7 +24,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.90 WIP"
#define IMGUI_VERSION_NUM 18992
#define IMGUI_VERSION_NUM 18993
#define IMGUI_HAS_TABLE
/*