1
0
Fork 0
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:
Brian Fiete 2020-06-13 15:55:30 -07:00
parent d463832168
commit b275f5b8c6

View file

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