Be consistent with how statistics shows inline counts.

This commit is contained in:
Bartosz Taudul 2024-05-25 13:03:32 +02:00
parent 0333b9f591
commit 56b4424399
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1231,7 +1231,7 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
{
ImGui::SameLine();
ImGui::AlignTextToFramePadding();
ImGui::TextDisabled( "(%s inlined functions)", RealToString( inlineCount + 1 ) );
ImGui::TextDisabled( "(+%s inlined functions)", RealToString( inlineCount ) );
}
if( m_calcInlineStats )
{