mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Added icon generation to the new Jucer (on win32 + mac), and added an icon to the juce demo.
This commit is contained in:
parent
a4aca30079
commit
e80ee06365
27 changed files with 656 additions and 218 deletions
|
|
@ -102,7 +102,7 @@ void ProjectContentComponent::setProject (Project* newProject)
|
|||
project->addChangeListener (this);
|
||||
|
||||
if (currentDocument == 0)
|
||||
commandManager->invoke (CommandIDs::showProjectSettings, true);
|
||||
invokeDirectly (CommandIDs::showProjectSettings, true);
|
||||
|
||||
updateMissingFileStatuses();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue