mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed issue clicking on thread list while sampling
This commit is contained in:
parent
d463832168
commit
b275f5b8c6
1 changed files with 3 additions and 0 deletions
|
@ -298,6 +298,9 @@ namespace IDE.ui
|
|||
if (mProfiler == null)
|
||||
return;
|
||||
|
||||
if (mProfiler.IsSampling)
|
||||
return;
|
||||
|
||||
var subItem = menu.AddItem("All Threads");
|
||||
subItem.mOnMenuItemSelected.Add(new (item) => { Show(0, .()); });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue