1
0
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:
james.k.crook@gmail.com
2014-11-13 16:29:08 +00:00
parent 2c64427129
commit bce372bfee
2 changed files with 10 additions and 3 deletions

View File

@@ -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);
}
//