mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Fix alignment of inline function warning triangle.
This commit is contained in:
parent
c6ad1c4969
commit
6659e9967a
@ -1154,6 +1154,7 @@ 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_EXCLAMATION_TRIANGLE );
|
||||
TooltipIfHovered( "Context is limited to an inline function" );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user