1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs.

This commit is contained in:
jules 2012-06-24 21:20:59 +01:00
parent 04401e7f3e
commit 463d2b3289
26 changed files with 1170 additions and 1007 deletions

View file

@ -114,9 +114,6 @@ ProjectContentComponent* MainWindow::getProjectContentComponent() const
void MainWindow::closeButtonPressed()
{
if (! closeCurrentProject())
return;
JucerApplication::getApp()->closeWindow (this);
}