mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-12 17:35:33 +01:00
Construction of default play options moved out of AudacityProject
This commit is contained in:
@@ -3532,7 +3532,7 @@ void EffectUIHost::OnPlay(wxCommandEvent & WXUNUSED(evt))
|
||||
auto &bar = ControlToolBar::Get( *mProject );
|
||||
bar.PlayPlayRegion(
|
||||
SelectedRegion(mPlayPos, mRegion.t1()),
|
||||
mProject->GetDefaultPlayOptions(),
|
||||
DefaultPlayOptions( *mProject ),
|
||||
PlayMode::normalPlay );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user