From 87f635203ec9f3e1f64517922842e5e843181270 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 15 Dec 2015 08:39:44 +0100 Subject: [PATCH] amend 939808a7 - unset loop-range, no play --- gtk2_ardour/ardour_ui_options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/ardour_ui_options.cc b/gtk2_ardour/ardour_ui_options.cc index 34f9ce31c0..028467095b 100644 --- a/gtk2_ardour/ardour_ui_options.cc +++ b/gtk2_ardour/ardour_ui_options.cc @@ -325,7 +325,7 @@ ARDOUR_UI::parameter_changed (std::string p) // disable looping with external sync. // This is not necessary because session-transport ignores the loop-state, // but makes it clear to the user that it's disabled. - toggle_session_auto_loop(); + _session->request_play_loop (false, false); } auto_loop_button.set_sensitive (false); /* XXX we need to make sure that auto-play is off as well as insensitive */