Define a theme-able color for foldback return widgets

This commit is contained in:
Ben Loftis 2021-01-03 10:21:11 -06:00 committed by Robin Gareus
parent c991016021
commit cef0e5d518
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 10 additions and 2 deletions

View file

@ -82,9 +82,9 @@ FoldbackSend::FoldbackSend (boost::shared_ptr<Send> snd, boost::shared_ptr<ARDOU
_button.set_led_left (true);
_button.signal_led_clicked.connect (sigc::mem_fun (*this, &FoldbackSend::led_clicked));
if (_send_proc->get_pre_fader ()) {
_button.set_name ("processor prefader");
_button.set_name ("foldback prefader");
} else {
_button.set_name ("processor postfader");
_button.set_name ("foldback postfader");
}
_button.set_layout_ellipsize_width (PX_SCALE (_width) * PANGO_SCALE);
_button.set_text_ellipsize (Pango::ELLIPSIZE_END);