mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Merge branch 'develop' of /Volumes/Shared Folders/juce/juce into develop
This commit is contained in:
commit
3f2135fdc0
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ void MainWindow::showNewProjectWizard()
|
|||
{
|
||||
jassert (currentProject == nullptr);
|
||||
setContentOwned (createNewProjectWizardComponent(), true);
|
||||
setSize (900, 630);
|
||||
centreWithSize(900, 630);
|
||||
setVisible (true);
|
||||
addToDesktop();
|
||||
getContentComponent()->grabKeyboardFocus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue