mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Disable messages following when focusing on a message.
This commit is contained in:
parent
d908e148ec
commit
9ad9045078
@ -5782,6 +5782,7 @@ void View::DrawMessages()
|
||||
{
|
||||
ImGui::SetScrollHereY();
|
||||
m_msgToFocus = nullptr;
|
||||
m_messagesScrollBottom = false;
|
||||
}
|
||||
ImGui::PopID();
|
||||
ImGui::NextColumn();
|
||||
|
Loading…
Reference in New Issue
Block a user