From 8228f4131bbb6881d844293cf4711ebfc00bdf93 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 29 Jun 2018 18:44:07 +0200 Subject: [PATCH] Improve frame header tooltip. --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index a328ac8b..4b361571 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -855,7 +855,7 @@ bool View::DrawZoneFrames() ImGui::BeginTooltip(); ImGui::Text( "%s", GetFrameText( i, ftime ) ); ImGui::Separator(); - ImGui::Text( "Time from start of program: %s", TimeToString( m_worker.GetFrameBegin( i ) - m_worker.GetFrameBegin( 0 ) ) ); + TextFocused( "Time from start of program:", TimeToString( m_worker.GetFrameBegin( i ) - m_worker.GetFrameBegin( 0 ) ) ); ImGui::EndTooltip(); if( ImGui::IsMouseClicked( 2 ) )