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:
parent
557b4f99ac
commit
6eaba30646
8 changed files with 242 additions and 185 deletions
|
|
@ -491,7 +491,7 @@ public:
|
|||
MainWindow* mw = dynamic_cast<MainWindow*> (getTopLevelComponent());
|
||||
jassert (mw != nullptr);
|
||||
|
||||
JucerApplication::getApp()->closeWindow (mw);
|
||||
JucerApplication::getApp()->mainWindowList.closeWindow (mw);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue