mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Add label for local call stack context menu.
This commit is contained in:
parent
3e41052853
commit
1499da51b8
@ -2870,6 +2870,9 @@ uint64_t SourceView::RenderSymbolAsmView( const AddrStatData& as, Worker& worker
|
|||||||
}
|
}
|
||||||
if( ImGui::BeginPopup( "localCallstackPopup" ) )
|
if( ImGui::BeginPopup( "localCallstackPopup" ) )
|
||||||
{
|
{
|
||||||
|
ImGui::PushFont( m_smallFont );
|
||||||
|
TextDisabledUnformatted( "Local call stack:" );
|
||||||
|
ImGui::PopFont();
|
||||||
const auto lcs = m_localCallstackPopup;
|
const auto lcs = m_localCallstackPopup;
|
||||||
for( uint8_t i=0; i<lcs->size; i++ )
|
for( uint8_t i=0; i<lcs->size; i++ )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user