Skip to content

Commit afea3b1

Browse files
committed
Add missing ImGui::LogFinish call (Fixes #721)
1 parent 6f0da78 commit afea3b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/widgets/log.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ bool PCSX::Widgets::Log::draw(GUI* gui, const char* title) {
144144
}
145145
}
146146

147+
if (copy) ImGui::LogFinish();
147148
if (m_scrollToBottom) ImGui::SetScrollHereY(1.0f);
148149
m_scrollToBottom = m_follow;
149150
ImGui::EndChild();

0 commit comments

Comments
 (0)