From a10ec49a6077b4a15e0d95b17d00093f14b9465c Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 15 Mar 2019 01:00:43 +0100 Subject: [PATCH] Don't use obsolete function. --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 5d7fed0c..dcf73a55 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -5610,7 +5610,7 @@ void View::DrawMessages() } if( m_msgToFocus == v ) { - ImGui::SetScrollHere(); + ImGui::SetScrollHereY(); m_msgToFocus = nullptr; } ImGui::PopID();