mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
Fix for removing project
This commit is contained in:
parent
abfab35f93
commit
2b574916cc
3 changed files with 9 additions and 3 deletions
|
@ -447,6 +447,14 @@ namespace IDE
|
|||
StopWatching();
|
||||
}
|
||||
|
||||
public override void Dispose()
|
||||
{
|
||||
for (var item in mChildItems)
|
||||
{
|
||||
item.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
public void GetRelDir(String path)
|
||||
{
|
||||
if (mPath != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue