diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 0377e94c..ca4a9aef 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -5945,7 +5945,7 @@ void View::DrawStatistics() break; } - ImGui::Text( "Recorded source locations: %s", RealToString( srcloc.size(), true ) ); + TextFocused( "Recorded source locations:", RealToString( srcloc.size(), true ) ); ImGui::Columns( 5 ); ImGui::Separator();