mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Introjucer: some refactoring, new icon.
This commit is contained in:
parent
d6848d3bb1
commit
ebb7b6db74
13 changed files with 836 additions and 52 deletions
|
|
@ -496,7 +496,7 @@ public:
|
|||
MainWindow* mw = dynamic_cast<MainWindow*> (getTopLevelComponent());
|
||||
jassert (mw != nullptr);
|
||||
|
||||
JucerApplication::getApp().mainWindowList.closeWindow (mw);
|
||||
IntrojucerApp::getApp().mainWindowList.closeWindow (mw);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue