Fix alignment of inline function warning triangle.

This commit is contained in:
Bartosz Taudul 2022-08-15 23:04:40 +02:00
parent c6ad1c4969
commit 6659e9967a
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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" );
}