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:
parent
43b1afc679
commit
c24aa39e3a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user