1
0
Fork 0
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:
Julian Storer 2010-07-05 18:35:02 +01:00
parent a4aca30079
commit e80ee06365
27 changed files with 656 additions and 218 deletions

View file

@ -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();
}