1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-25 15:41:07 +01:00

Toolbars accessed by static Get() functions, not through AudacityProject

This commit is contained in:
Paul Licameli
2019-05-24 15:48:36 -04:00
parent 7bb71257ed
commit 3416b5bad6
35 changed files with 333 additions and 303 deletions

View File

@@ -1345,7 +1345,7 @@ void MixerBoard::OnTimer(wxCommandEvent &event)
{
UpdateMeters(
gAudioIO->GetStreamTime(),
(mProject->GetControlToolBar()->GetLastPlayMode()
(ControlToolBar::Get( *mProject ).GetLastPlayMode()
== PlayMode::loopedPlay)
);
}