mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Introjucer shutdown order fix
This commit is contained in:
parent
fefceaf20d
commit
c79bab8208
1 changed files with 3 additions and 2 deletions
|
|
@ -106,13 +106,14 @@ public:
|
|||
|
||||
mainWindowList.forceCloseAllWindows();
|
||||
openDocumentManager.clear();
|
||||
commandManager = nullptr;
|
||||
settings = nullptr;
|
||||
|
||||
#if JUCE_MAC
|
||||
MenuBarModel::setMacMainMenu (nullptr);
|
||||
#endif
|
||||
|
||||
menuModel = nullptr;
|
||||
commandManager = nullptr;
|
||||
settings = nullptr;
|
||||
|
||||
LookAndFeel::setDefaultLookAndFeel (nullptr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue