mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Focus out exact memory plot value.
This commit is contained in:
parent
7673028dba
commit
5796f19a3b
@ -4871,7 +4871,9 @@ void View::DrawPlotPoint( const ImVec2& wpos, float x, float y, int offset, uint
|
||||
}
|
||||
else
|
||||
{
|
||||
ImGui::Text( "%s (%s)", MemSizeToString( item->val ), RealToString( item->val, true ) );
|
||||
ImGui::TextUnformatted( MemSizeToString( item->val ) );
|
||||
ImGui::SameLine();
|
||||
ImGui::TextDisabled( "(%s)", RealToString( item->val, true ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user