diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index a04bc2d7..a6cad488 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -1544,7 +1544,7 @@ void SourceView::RenderSymbolSourceView( const AddrStat& iptotal, const unordere } else { - ImGui::TextDisabled( "(%.2f%%)", 0 ); + TextDisabledUnformatted( "(0.00%%)" ); } } ImGui::NextColumn();