Browse Source

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

pull/7918/head
ocornut 3 months ago
parent
commit
438f9e1a3e
  1. 2
      imgui_widgets.cpp

2
imgui_widgets.cpp

@ -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…
Cancel
Save