Fix MIDI recording display when zoom/etc changes.
[ardour.git] / gtk2_ardour / mixer_group_tabs.cc
index 47894350783285b9288c85b2b1c7082fa2dfd8e9..da227fedbb1487a4fc60f9811e3014bb1cbbba20 100644 (file)
@@ -103,7 +103,7 @@ MixerGroupTabs::draw_tab (cairo_t* cr, Tab const & tab) const
        if (tab.group && tab.group->is_active()) {
                ArdourCanvas::color_to_rgba (tab.color, r, g, b, a);
        } else {
-               ArdourCanvas::color_to_rgba (ARDOUR_UI::config()->get_InactiveGroupTab(), r, g, b, a);
+               ArdourCanvas::color_to_rgba (ARDOUR_UI::config()->color ("inactive group tab"), r, g, b, a);
        }
        
        a = 1.0;