mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 06:03:51 +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 )
|
if( m_calcInlineStats )
|
||||||
{
|
{
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::AlignTextToFramePadding();
|
ImGui::AlignTextToFramePadding();
|
||||||
TextColoredUnformatted( ImVec4( 1.f, 1.f, 0.2f, 1.f ), ICON_FA_TRIANGLE_EXCLAMATION );
|
TextColoredUnformatted( ImVec4( 1.f, 1.f, 0.2f, 1.f ), ICON_FA_TRIANGLE_EXCLAMATION );
|
||||||
TooltipIfHovered( "Context is limited to an inline function" );
|
TooltipIfHovered( "Context is limited to an inline function" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user