diff --git a/profiler/src/profiler/TracySourceView.cpp b/profiler/src/profiler/TracySourceView.cpp index 4a16f9fe..69d7b165 100644 --- a/profiler/src/profiler/TracySourceView.cpp +++ b/profiler/src/profiler/TracySourceView.cpp @@ -2870,6 +2870,9 @@ uint64_t SourceView::RenderSymbolAsmView( const AddrStatData& as, Worker& worker } if( ImGui::BeginPopup( "localCallstackPopup" ) ) { + ImGui::PushFont( m_smallFont ); + TextDisabledUnformatted( "Local call stack:" ); + ImGui::PopFont(); const auto lcs = m_localCallstackPopup; for( uint8_t i=0; isize; i++ ) {