mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 14:54:34 +00:00
Don't use obsolete function.
This commit is contained in:
parent
98b4b69386
commit
a10ec49a60
@ -5610,7 +5610,7 @@ void View::DrawMessages()
|
|||||||
}
|
}
|
||||||
if( m_msgToFocus == v )
|
if( m_msgToFocus == v )
|
||||||
{
|
{
|
||||||
ImGui::SetScrollHere();
|
ImGui::SetScrollHereY();
|
||||||
m_msgToFocus = nullptr;
|
m_msgToFocus = nullptr;
|
||||||
}
|
}
|
||||||
ImGui::PopID();
|
ImGui::PopID();
|
||||||
|
Loading…
Reference in New Issue
Block a user