project: remove constant root node
This commit is contained in:
+3
-1
@@ -293,7 +293,9 @@ void Core::CreateNewProject()
|
||||
{
|
||||
// If we already have an empty/new project, switch to it
|
||||
if (CloseProject(false)) {
|
||||
AddOpenProject(new Project());
|
||||
Project *p = new Project();
|
||||
p->Initialize();
|
||||
AddOpenProject(p);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user