mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-30 13:26:00 +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();
|
listView.RemoveSelf();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Widget.RemoveAndDelete(listView);
|
{
|
||||||
|
listView.RemoveSelf();
|
||||||
|
gApp.DeferDelete(listView);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
mListViews.Clear();
|
mListViews.Clear();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue