mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Marking project as changed when dependency is implicitly removed
This commit is contained in:
parent
dd1c1ed562
commit
cd09529c9a
1 changed files with 1 additions and 0 deletions
|
@ -8461,6 +8461,7 @@ namespace IDE
|
|||
{
|
||||
if (dep.mProjectName == project.mProjectName)
|
||||
{
|
||||
checkProject.SetChanged();
|
||||
@dep.Remove();
|
||||
delete dep;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue