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:
parent
1650b1c175
commit
aeaae3b44b
5 changed files with 104 additions and 96 deletions
|
|
@ -1165,7 +1165,7 @@ void ProjucerApplication::createNewProject()
|
|||
auto* mw = mainWindowList.getOrCreateEmptyWindow();
|
||||
mw->showStartPage();
|
||||
|
||||
mainWindowList.avoidSuperimposedWindows (mw);
|
||||
mainWindowList.checkWindowBounds (mw);
|
||||
}
|
||||
|
||||
void ProjucerApplication::createNewProjectFromClipboard()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue