1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-02 21:53:52 +00:00

Cosmetics.

This commit is contained in:
Bartosz Taudul 2025-02-07 02:29:08 +01:00
parent f1128f825d
commit 015a27bb4e
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1235,10 +1235,10 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
}
if( m_calcInlineStats )
{
ImGui::SameLine();
ImGui::AlignTextToFramePadding();
TextColoredUnformatted( ImVec4( 1.f, 1.f, 0.2f, 1.f ), ICON_FA_TRIANGLE_EXCLAMATION );
TooltipIfHovered( "Context is limited to an inline function" );
ImGui::SameLine();
ImGui::AlignTextToFramePadding();
TextColoredUnformatted( ImVec4( 1.f, 1.f, 0.2f, 1.f ), ICON_FA_TRIANGLE_EXCLAMATION );
TooltipIfHovered( "Context is limited to an inline function" );
}
}