mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 13:35:09 +00:00
parent
ce484301c0
commit
438f9e1a3e
1 changed files with 1 additions and 1 deletions
|
@ -4461,7 +4461,7 @@ bool ImGui::InputTextEx(const char* label, const char* hint, char* buf, int buf_
|
|||
SetKeyOwner(ImGuiMod_Alt, id);
|
||||
|
||||
// Expose scroll in a manner that is agnostic to us using a child window
|
||||
if (is_multiline)
|
||||
if (is_multiline && state != NULL)
|
||||
state->Scroll.y = draw_window->Scroll.y;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue