mirror of
https://github.com/wolfpld/tracy
synced 2026-02-16 01:52:13 +00:00
Add separators to zone count.
This commit is contained in:
@@ -4177,7 +4177,7 @@ void View::DrawFindZone()
|
||||
{
|
||||
const bool expand = ImGui::TreeNode( GetThreadString( v->id ) );
|
||||
ImGui::SameLine();
|
||||
ImGui::TextColored( ImVec4( 0.5f, 0.5f, 0.5f, 1.0f ), "(%i)", v->timeline.size() );
|
||||
ImGui::TextColored( ImVec4( 0.5f, 0.5f, 0.5f, 1.0f ), "(%s)", RealToString( v->timeline.size(), true ) );
|
||||
|
||||
if( expand )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user