Make sure all project windows are closed down as part of closeProject()

This commit is contained in:
Magne Sjaastad 2015-10-28 15:30:20 +01:00
parent 4a6e156a68
commit bc85ecd6ab

View File

@ -617,6 +617,9 @@ bool RiaApplication::closeProject(bool askToSaveIfDirty)
onProjectOpenedOrClosed();
// Make sure all project windows are closed down properly before returning
processEvents();
return true;
}