From 24eaec1fa804f20ee9c73c1a01edf0f4b83062ff Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 13 Oct 2016 18:07:18 +0200 Subject: handle blink-rec-arm change without application restart --- gtk2_ardour/route_ui.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/route_ui.cc') diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index 3f2f39d0cd..9f204a59fc 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -204,6 +204,7 @@ RouteUI::init () _session->config.ParameterChanged.connect (*this, invalidator (*this), boost::bind (&RouteUI::parameter_changed, this, _1), gui_context()); Config->ParameterChanged.connect (*this, invalidator (*this), boost::bind (&RouteUI::parameter_changed, this, _1), gui_context()); + UIConfiguration::instance().ParameterChanged.connect (sigc::mem_fun (this, &RouteUI::parameter_changed)); rec_enable_button->signal_button_press_event().connect (sigc::mem_fun(*this, &RouteUI::rec_enable_press), false); rec_enable_button->signal_button_release_event().connect (sigc::mem_fun(*this, &RouteUI::rec_enable_release), false); -- cgit v1.2.3