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:
parent
dd1c1ed562
commit
cd09529c9a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue