Fix display of entry call stacks when inlines are present.

This commit is contained in:
Bartosz Taudul
2021-11-27 16:41:27 +01:00
parent ed25c27228
commit 52eeddd63a
3 changed files with 57 additions and 17 deletions

View File

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