From cb6a3f333464d83b505286664a6d617c013d5bb6 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 29 Sep 2019 18:55:31 +0200 Subject: [PATCH] Highlight CPU data timeline from thread tooltip. --- server/TracyView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index e2f229dd..c3abea56 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -2407,6 +2407,7 @@ void View::DrawZones() if( hover && ImGui::IsMouseHoveringRect( wpos + ImVec2( 0, oldOffset ), wpos + ImVec2( ty + txtsz.x, oldOffset + ty ) ) ) { m_drawThreadMigrations = v->id; + m_drawThreadHighlight = v->id; ImGui::BeginTooltip(); SmallColorBox( GetThreadColor( v->id, 0 ) ); ImGui::SameLine();