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