mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
InputText: Fixed issue when activating a ReadOnly field when the underlying value is being modified. (#8242)
This commit is contained in:
parent
f31d53093b
commit
e900571ac2
3 changed files with 38 additions and 9 deletions
2
imgui.h
2
imgui.h
|
|
@ -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.91.7 WIP"
|
||||
#define IMGUI_VERSION_NUM 19161
|
||||
#define IMGUI_VERSION_NUM 19162
|
||||
#define IMGUI_HAS_TABLE
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue