InputText: amend d474ed7 for static analysis. (#7913)

This commit is contained in:
ocornut 2024-08-23 14:14:07 +02:00
parent ce484301c0
commit 438f9e1a3e

View File

@ -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;
}