1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

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