mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-29 21:05:59 +02:00
Fixed hoverwatch closing crash
This commit is contained in:
parent
6b6be04a22
commit
5572a7d279
1 changed files with 4 additions and 1 deletions
|
@ -364,7 +364,10 @@ namespace IDE.ui
|
|||
listView.RemoveSelf();
|
||||
}
|
||||
else
|
||||
Widget.RemoveAndDelete(listView);
|
||||
{
|
||||
listView.RemoveSelf();
|
||||
gApp.DeferDelete(listView);
|
||||
}
|
||||
}
|
||||
mListViews.Clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue