mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Previously, when saving a temporary project, two native dialogs would be created. The first was very short-lived, as it was automatically dismissed by the second dialog. On older macOS versions, this appeared to work correctly (the first dialog was so short-lived that it did not appear to the user). However, on macOS 12.0, the second dialog fails to display altogether. Displaying two file chooser dialogs feels like a programming error, so the code has been reorganised a bit to avoid this case. |
||
|---|---|---|
| .. | ||
| Sidebar | ||
| jucer_ContentViewComponent.h | ||
| jucer_ContentViewComponents.h | ||
| jucer_FileGroupInformationComponent.h | ||
| jucer_HeaderComponent.cpp | ||
| jucer_HeaderComponent.h | ||
| jucer_ModulesInformationComponent.h | ||
| jucer_ProjectContentComponent.cpp | ||
| jucer_ProjectContentComponent.h | ||
| jucer_ProjectMessagesComponent.h | ||
| jucer_UserAvatarComponent.h | ||