mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-25 19:46:01 +00:00
Fix display of entry call stacks when inlines are present.
This commit is contained in:
@@ -3222,7 +3222,7 @@ void SourceView::RenderAsmLine( AsmLine& line, const AddrStat& ipcnt, const Addr
|
||||
}
|
||||
else if( !stats.parents.empty() && ImGui::IsMouseClicked( 2 ) )
|
||||
{
|
||||
view.ShowSampleParents( symAddrParents );
|
||||
view.ShowSampleParents( symAddrParents, false );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user