1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

InputText: fixed cursor positioning issue using up/down keys on non-ASCII text. (#8635, #7925)

Bug introduced in abd07f6d30.
Ref https://github.com/nothings/stb/issues/188
This commit is contained in:
ocornut 2025-05-14 11:35:38 +02:00
parent 08689c51a9
commit 61242e2e6a
3 changed files with 11 additions and 5 deletions

View file

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