mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Minor introjucer work.
This commit is contained in:
parent
b4446d34ca
commit
a016944e69
4 changed files with 9 additions and 11 deletions
|
|
@ -94,7 +94,7 @@ void MainWindow::createProjectContentCompIfNeeded()
|
|||
if (getProjectContentComponent() == nullptr)
|
||||
{
|
||||
clearContentComponent();
|
||||
setContentOwned (new ProjectContentComponent(), false);
|
||||
setContentOwned (JucerApplication::getApp()->createProjectContentComponent(), false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue