diff options
| author | Mai M <mathew1800@gmail.com> | 2021-10-27 02:13:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-27 02:13:58 -0400 |
| commit | 7558da22d757058ccb8ad087d06092cded50cfc4 (patch) | |
| tree | f2080c389f70cfd99c8f5e49b83d3e6188ed073a /Source/Core/VideoCommon/NetPlayChatUI.cpp | |
| parent | 05b4aecf18cac8b49ee7ef7314d2fac97ec82363 (diff) | |
| parent | db54e4f2b0c4a1b1416b9f96012a02adde31ea55 (diff) | |
Merge pull request #10188 from Pokechu22/imgui-1.85
Externals: Update imgui to 1.85
Diffstat (limited to 'Source/Core/VideoCommon/NetPlayChatUI.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/NetPlayChatUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/NetPlayChatUI.cpp b/Source/Core/VideoCommon/NetPlayChatUI.cpp index bdeac150ea..c9db29af64 100644 --- a/Source/Core/VideoCommon/NetPlayChatUI.cpp +++ b/Source/Core/VideoCommon/NetPlayChatUI.cpp @@ -45,7 +45,7 @@ void NetPlayChatUI::Display() if (m_scroll_to_bottom) { - ImGui::SetScrollHere(1.0f); + ImGui::SetScrollHereY(1.0f); m_scroll_to_bottom = false; } |
