Browse Source

Introjucer shutdown order fix

tags/2021-05-28
jules 11 years ago
parent
commit
c79bab8208
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      extras/Introjucer/Source/Application/jucer_Application.h

+ 3
- 2
extras/Introjucer/Source/Application/jucer_Application.h View File

@@ -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…
Cancel
Save