1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Causing full refresh in IDE when deleting types

This commit is contained in:
Brian Fiete 2020-01-25 06:21:46 -08:00
parent ed1cf60bb9
commit 730ae877fa
3 changed files with 11 additions and 7 deletions

View file

@ -1785,6 +1785,7 @@ void BfContext::UpdateRevisedTypes()
if (typeDef->mDefState == BfTypeDef::DefState_Deleted)
{
HandleChangedTypeDef(typeDef);
DeleteType(typeInst);
continue;
}