Clear prefab UI when project is closed

This commit is contained in:
GriffinR
2025-05-21 12:48:53 -04:00
parent 8e13c98c5e
commit 50c845b15a
3 changed files with 36 additions and 22 deletions

View File

@@ -1477,6 +1477,8 @@ void MainWindow::clearProjectUI() {
this->mapHeaderForm->clear();
prefab.clearPrefabUi();
// Clear map models
delete this->mapGroupModel;
delete this->groupListProxyModel;