mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fix Big Time TimerToolBar, Stage III
Fixed issue where format selector could disappear. Fixed upgrade from 2.3.3. Remembers time format.
This commit is contained in:
@@ -1352,6 +1352,7 @@ void ProjectFileManager::OpenFile(const FilePath &fileNameArg, bool addtohistory
|
||||
auto &selectionManager = ProjectSelectionManager::Get( project );
|
||||
selectionManager.AS_SetSnapTo(settings.GetSnapTo());
|
||||
selectionManager.AS_SetSelectionFormat(settings.GetSelectionFormat());
|
||||
selectionManager.TT_SetAudioTimeFormat(settings.GetAudioTimeFormat());
|
||||
selectionManager.SSBL_SetFrequencySelectionFormatName(
|
||||
settings.GetFrequencySelectionFormatName());
|
||||
selectionManager.SSBL_SetBandwidthSelectionFormatName(
|
||||
|
||||
Reference in New Issue
Block a user