Skip to content

Commit d3d6de8

Browse files
committed
Overlay: fix UI collapsing issues
1 parent 675c513 commit d3d6de8

File tree

3 files changed

+271
-269
lines changed

3 files changed

+271
-269
lines changed

src/overlay/chatroom.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ class ChatRoom : public OverlayWindow
235235
if (justOpened)
236236
ImGui::SetKeyboardFocusHere(-1);
237237
}
238-
ImGui::End();
239238
}
239+
ImGui::End();
240240
if (!overlayEnabled && Overlay::ChatHideBackground)
241241
ImGui::PopStyleVar(); // pop border removal
242242
}

0 commit comments

Comments
 (0)