1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Disable messages following when focusing on a message.

This commit is contained in:
Bartosz Taudul 2019-07-24 02:21:51 +02:00
parent d908e148ec
commit 9ad9045078

View File

@ -5782,6 +5782,7 @@ void View::DrawMessages()
{ {
ImGui::SetScrollHereY(); ImGui::SetScrollHereY();
m_msgToFocus = nullptr; m_msgToFocus = nullptr;
m_messagesScrollBottom = false;
} }
ImGui::PopID(); ImGui::PopID();
ImGui::NextColumn(); ImGui::NextColumn();