optionall colored faders in editor

This commit is contained in:
Paul Davis 2022-08-10 22:34:36 -06:00
parent f8a77c7dcb
commit 9e8a5f15c9

View file

@ -1037,7 +1037,11 @@ RouteTimeAxisView::route_color_changed ()
} }
number_label.set_fixed_colors (gdk_color_to_rgba (color()), gdk_color_to_rgba (color())); number_label.set_fixed_colors (gdk_color_to_rgba (color()), gdk_color_to_rgba (color()));
set_bg_color_from_route (controls_ebox, UIConfiguration::instance().get_use_route_color_for_bg()); if (UIConfiguration::instance().get_use_route_color_for_bg()) {
gm.set_fader_fg (gdk_color_to_rgba (route_color_tint ()));
} else {
gm.unset_fader_fg ();
}
} }
void void