13
0

Don't directly call into engine to stop latency detection.

This commit is contained in:
Robin Gareus 2017-04-27 19:45:56 +02:00
parent c25640f336
commit 2039fc6fd0

View File

@ -2978,7 +2978,7 @@ EngineControl::latency_button_clicked ()
void
EngineControl::latency_back_button_clicked ()
{
ARDOUR::AudioEngine::instance()->stop(true);
ARDOUR::AudioEngine::instance()->stop_latency_detection ();
notebook.set_current_page(0);
}