mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +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();
|
ImGui::SetScrollHereY();
|
||||||
m_msgToFocus = nullptr;
|
m_msgToFocus = nullptr;
|
||||||
|
m_messagesScrollBottom = false;
|
||||||
}
|
}
|
||||||
ImGui::PopID();
|
ImGui::PopID();
|
||||||
ImGui::NextColumn();
|
ImGui::NextColumn();
|
||||||
|
Loading…
Reference in New Issue
Block a user