mirror of
https://github.com/wolfpld/tracy
synced 2025-05-02 21:53:52 +00:00
Cosmetics.
This commit is contained in:
parent
f1128f825d
commit
015a27bb4e
@ -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" );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user