mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-10 16:35:32 +01:00
Tooltip on recording meter toolbar now changes with meter on/off
This commit is contained in:
@@ -1417,7 +1417,10 @@ void Meter::StartMonitoring()
|
||||
gAudioIO->SetMeters(record, play);
|
||||
}
|
||||
}
|
||||
|
||||
// Update preferences also forces tooltips to be changed.
|
||||
wxCommandEvent e(EVT_METER_PREFERENCES_CHANGED);
|
||||
e.SetEventObject(this);
|
||||
GetParent()->GetEventHandler()->ProcessEvent(e);
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user