1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-04 15:50:10 +01:00

Fix cut/paste mishap...thanks Martyn

This commit is contained in:
lllucius
2014-12-18 05:51:38 +00:00
parent b24fccfb17
commit f5380be663

View File

@@ -723,7 +723,7 @@ void ControlToolBar::StopPlaying(bool stopStream /* = true*/)
meter->Clear();
}
meter = project->GetPlaybackMeter();
meter = project->GetCaptureMeter();
if( meter ) {
meter->Clear();
}