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:
@@ -1345,7 +1345,7 @@ void MixerBoard::OnTimer(wxCommandEvent &event)
|
||||
{
|
||||
UpdateMeters(
|
||||
gAudioIO->GetStreamTime(),
|
||||
(mProject->GetControlToolBar()->GetLastPlayMode()
|
||||
(ControlToolBar::Get( *mProject ).GetLastPlayMode()
|
||||
== PlayMode::loopedPlay)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user