mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Missed one in the last commit...
This commit is contained in:
parent
fe42e881a5
commit
02539ea792
@ -425,7 +425,7 @@ void Meter::OnMouse(wxMouseEvent &evt)
|
||||
wxMenu *menu = new wxMenu();
|
||||
// Note: these should be kept in the same order as the enum
|
||||
if (mIsInput) {
|
||||
if (gAudioIO->IsMonitoring())
|
||||
if (mMonitoring)
|
||||
menu->Append(OnMonitorID, _("Stop Monitoring"));
|
||||
else
|
||||
menu->Append(OnMonitorID, _("Start Monitoring"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user