From bcea5fc9d366f478622a13d8f587ebcf0e8d13e9 Mon Sep 17 00:00:00 2001 From: nick_m Date: Mon, 17 Oct 2016 02:25:16 +1100 Subject: Fix region colors not updating on theme change. --- gtk2_ardour/region_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/region_view.cc b/gtk2_ardour/region_view.cc index 27e161176b..5a193e9370 100644 --- a/gtk2_ardour/region_view.cc +++ b/gtk2_ardour/region_view.cc @@ -185,7 +185,7 @@ RegionView::init (bool wfd) /* derived class calls set_colors () including RegionView::set_colors() in ::init() */ //set_colors (); - //UIConfiguration::instance().ColorsChanged.connect (sigc::mem_fun (*this, &RegionView::color_handler)); + UIConfiguration::instance().ColorsChanged.connect (sigc::mem_fun (*this, &RegionView::color_handler)); /* XXX sync mark drag? */ } -- cgit v1.2.3