1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +02:00

ProjectFileIO has fewer dependencies...

... after lifting some steps of file opening into ProjectManager

see also commit 0a109d2
This commit is contained in:
Paul Licameli 2019-06-07 17:13:46 -04:00
parent 43b1afc679
commit c24aa39e3a

View File

@ -1112,6 +1112,7 @@ void ProjectManager::OpenFile(const FilePath &fileNameArg, bool addtohistory)
settings.GetFrequencySelectionFormatName());
selectionManager.SSBL_SetBandwidthSelectionFormatName(
settings.GetBandwidthSelectionFormatName());
SelectionBar::Get( project ).SetRate( settings.GetRate() );
ProjectHistory::Get( project ).InitialState();