1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Projucer: Ensure that new project windows are always fully onscreen

This commit is contained in:
ed 2019-12-12 09:54:39 +00:00
parent 1650b1c175
commit aeaae3b44b
5 changed files with 104 additions and 96 deletions

View file

@ -559,7 +559,7 @@ bool ProjectContentComponent::saveProject (bool shouldWait, bool openInIDE)
void ProjectContentComponent::closeProject()
{
if (auto* mw = findParentComponentOfClass<MainWindow>())
mw->closeCurrentProject();
mw->closeCurrentProject (true);
}
void ProjectContentComponent::showProjectSettings()