1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 14:54:09 +02:00

Marking project as changed when dependency is implicitly removed

This commit is contained in:
Brian Fiete 2020-05-18 09:36:04 -07:00
parent dd1c1ed562
commit cd09529c9a

View file

@ -8461,6 +8461,7 @@ namespace IDE
{ {
if (dep.mProjectName == project.mProjectName) if (dep.mProjectName == project.mProjectName)
{ {
checkProject.SetChanged();
@dep.Remove(); @dep.Remove();
delete dep; delete dep;
} }