mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
[cimgui 1.53.1] ImGuiInputTextFlags: Add NoUndoRedo
This commit is contained in:
parent
5df5806936
commit
85bb975e40
@ -292,6 +292,7 @@ bitflags!(
|
||||
const AlwaysInsertMode = 1 << 13;
|
||||
const ReadOnly = 1 << 14;
|
||||
const Password = 1 << 15;
|
||||
const NoUndoRedo = 1 << 16;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user