mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::Text( "Recorded source locations: %s", RealToString( srcloc.size(), true ) );
|
TextFocused( "Recorded source locations:", RealToString( srcloc.size(), true ) );
|
||||||
|
|
||||||
ImGui::Columns( 5 );
|
ImGui::Columns( 5 );
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user