mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 20:22:13 +01:00
Register a predicate with each CommandFlag bit
This commit is contained in:
@@ -824,7 +824,7 @@ void ControlToolBar::OnStop(wxCommandEvent & WXUNUSED(evt))
|
||||
}
|
||||
}
|
||||
|
||||
bool ControlToolBar::CanStopAudioStream()
|
||||
bool ControlToolBar::CanStopAudioStream() const
|
||||
{
|
||||
auto gAudioIO = AudioIO::Get();
|
||||
return (!gAudioIO->IsStreamActive() ||
|
||||
|
||||
Reference in New Issue
Block a user