mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-04 04:00:07 +00:00
InputText: leave state->Flags uncleared for the purpose of backends emitting an on-screen keyboard for passwords. (#5724)
This commit is contained in:
parent
0a7054c7e4
commit
d17627b9c6
3 changed files with 2 additions and 5 deletions
|
|
@ -4590,9 +4590,6 @@ bool ImGui::InputTextEx(const char* label, const char* hint, char* buf, int buf_
|
|||
apply_new_text_length = state->CurLenA;
|
||||
}
|
||||
}
|
||||
|
||||
// Clear temporary user storage
|
||||
state->Flags = ImGuiInputTextFlags_None;
|
||||
}
|
||||
|
||||
// Copy result to user buffer. This can currently only happen when (g.ActiveId == id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue