mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Externals: Update imgui to 1.85
This commit is contained in:
parent
05b4aecf18
commit
db54e4f2b0
16 changed files with 18688 additions and 8092 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue