mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Use focused text for source locations count.
This commit is contained in:
parent
4060a59b4f
commit
235da1eded
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user