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

Workaround scroll-to-message regression.

This commit is contained in:
Bartosz Taudul
2019-07-24 21:40:39 +02:00
parent 9ad9045078
commit e5a3d7aa25
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5781,7 +5781,7 @@ void View::DrawMessages()
if( m_msgToFocus == v )
{
ImGui::SetScrollHereY();
m_msgToFocus = nullptr;
m_msgToFocus.Decay( nullptr );
m_messagesScrollBottom = false;
}
ImGui::PopID();