audiomonitor: fixed minor regression
This commit is contained in:
@@ -94,7 +94,8 @@ void AudioMonitor::Stop()
|
||||
file_ = nullptr;
|
||||
waveform_ = nullptr;
|
||||
|
||||
SetUpdateLoop(false);
|
||||
// We don't stop the update loop here so that the monitor can show a smooth fade out. The update
|
||||
// loop will stop itself since file_ and waveform_ are null.
|
||||
}
|
||||
|
||||
void AudioMonitor::OutputPushed(const QByteArray &d)
|
||||
|
||||
Reference in New Issue
Block a user