1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Fixed some DocumentWindow behaviour in the library and introjucer.

This commit is contained in:
jules 2012-06-25 18:35:29 +01:00
parent 557b4f99ac
commit 6eaba30646
8 changed files with 242 additions and 185 deletions

View file

@ -491,7 +491,7 @@ public:
MainWindow* mw = dynamic_cast<MainWindow*> (getTopLevelComponent());
jassert (mw != nullptr);
JucerApplication::getApp()->closeWindow (mw);
JucerApplication::getApp()->mainWindowList.closeWindow (mw);
}
}