Don't use obsolete function.

This commit is contained in:
Bartosz Taudul 2019-03-15 01:00:43 +01:00
parent 98b4b69386
commit a10ec49a60

View File

@ -5610,7 +5610,7 @@ void View::DrawMessages()
}
if( m_msgToFocus == v )
{
ImGui::SetScrollHere();
ImGui::SetScrollHereY();
m_msgToFocus = nullptr;
}
ImGui::PopID();