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:
parent
1650b1c175
commit
aeaae3b44b
5 changed files with 104 additions and 96 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue