mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Fixed crash while removing project
This commit is contained in:
parent
2165a6401e
commit
2b6e1d0d5d
1 changed files with 1 additions and 1 deletions
|
@ -8386,7 +8386,7 @@ namespace IDE
|
||||||
for (var window in closeList)
|
for (var window in closeList)
|
||||||
window.Close(true);
|
window.Close(true);
|
||||||
|
|
||||||
delete project;
|
IdleDeferDelete(project);
|
||||||
}
|
}
|
||||||
|
|
||||||
BfPassInstance CompileBeef(Project hotProject, int32 hotIdx, bool lastCompileHadMessages, out bool hadBeef)
|
BfPassInstance CompileBeef(Project hotProject, int32 hotIdx, bool lastCompileHadMessages, out bool hadBeef)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue