mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
Don't directly call into engine to stop latency detection.
This commit is contained in:
parent
c25640f336
commit
2039fc6fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue