1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 17:09:26 +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()); settings.GetFrequencySelectionFormatName());
selectionManager.SSBL_SetBandwidthSelectionFormatName( selectionManager.SSBL_SetBandwidthSelectionFormatName(
settings.GetBandwidthSelectionFormatName()); settings.GetBandwidthSelectionFormatName());
SelectionBar::Get( project ).SetRate( settings.GetRate() ); SelectionBar::Get( project ).SetRate( settings.GetRate() );
ProjectHistory::Get( project ).InitialState(); ProjectHistory::Get( project ).InitialState();