1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +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

@ -1165,7 +1165,7 @@ void ProjucerApplication::createNewProject()
auto* mw = mainWindowList.getOrCreateEmptyWindow();
mw->showStartPage();
mainWindowList.avoidSuperimposedWindows (mw);
mainWindowList.checkWindowBounds (mw);
}
void ProjucerApplication::createNewProjectFromClipboard()