mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 16:16:33 +01:00
Make sure new project windows get the focus on OSX.
This commit is contained in:
@@ -2773,6 +2773,10 @@ void AudacityProject::OpenFile(wxString fileName, bool addtohistory)
|
||||
//release the flag.
|
||||
ODManager::UnmarkLoadedODFlag();
|
||||
}
|
||||
|
||||
// For an unknown reason, OSX requires that the project window be
|
||||
// raised if a recovery took place.
|
||||
Raise();
|
||||
}
|
||||
|
||||
bool AudacityProject::HandleXMLTag(const wxChar *tag, const wxChar **attrs)
|
||||
|
||||
Reference in New Issue
Block a user