mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Merge pull request #12078 from iwubcode/imgui_netplay_fix
VideoCommon: update NetplayChatUI's chat message to avoid imgui error
This commit is contained in:
commit
163c97e242
@ -57,7 +57,7 @@ void NetPlayChatUI::Display()
|
|||||||
|
|
||||||
ImGui::PushItemWidth(-50.0f * scale);
|
ImGui::PushItemWidth(-50.0f * scale);
|
||||||
|
|
||||||
if (ImGui::InputText("", m_message_buf, IM_ARRAYSIZE(m_message_buf),
|
if (ImGui::InputText("##NetplayMessageBuffer", m_message_buf, IM_ARRAYSIZE(m_message_buf),
|
||||||
ImGuiInputTextFlags_EnterReturnsTrue))
|
ImGuiInputTextFlags_EnterReturnsTrue))
|
||||||
{
|
{
|
||||||
SendMessage();
|
SendMessage();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user