mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 22:23:59 +01:00
First stab at taming the meter toolbars
This should correct at least a couple of the reported issues. And it also has some fixes in for multiple project support.
This commit is contained in:
@@ -2592,6 +2592,8 @@ void EffectUIHost::OnFFwd(wxCommandEvent & WXUNUSED(evt))
|
||||
|
||||
void EffectUIHost::OnPlayback(wxCommandEvent & evt)
|
||||
{
|
||||
evt.Skip();
|
||||
|
||||
mPlaying = evt.GetInt() != 0;
|
||||
|
||||
if (mPlaying)
|
||||
@@ -2605,6 +2607,8 @@ void EffectUIHost::OnPlayback(wxCommandEvent & evt)
|
||||
|
||||
void EffectUIHost::OnCapture(wxCommandEvent & evt)
|
||||
{
|
||||
evt.Skip();
|
||||
|
||||
mCapturing = evt.GetInt() != 0;
|
||||
mCloseBtn->SetFocus();
|
||||
UpdateControls();
|
||||
|
||||
Reference in New Issue
Block a user