mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-09 13:12:17 +01:00
static ToolManager::Get()...
... not member functions of AudacityProject
This commit is contained in:
@@ -878,7 +878,7 @@ void ControlToolBar::StopPlaying(bool stopStream /* = true*/)
|
||||
}
|
||||
}
|
||||
|
||||
const auto toolbar = project->GetToolManager()->GetToolBar(ScrubbingBarID);
|
||||
const auto toolbar = ToolManager::Get( *project ).GetToolBar(ScrubbingBarID);
|
||||
toolbar->EnableDisableButtons();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user