mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Add separators to zone count.
This commit is contained in:
parent
cc38988045
commit
e20bb2fe66
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user