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:
parent
ed1cf60bb9
commit
730ae877fa
3 changed files with 11 additions and 7 deletions
|
@ -1785,6 +1785,7 @@ void BfContext::UpdateRevisedTypes()
|
|||
|
||||
if (typeDef->mDefState == BfTypeDef::DefState_Deleted)
|
||||
{
|
||||
HandleChangedTypeDef(typeDef);
|
||||
DeleteType(typeInst);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue