summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-22 02:00:55 +0100
committerRobin Gareus <robin@gareus.org>2016-12-22 02:00:55 +0100
commit74f1140e46d9c4032e750fb35eb41208c5fb6cd5 (patch)
tree9d4237cc851b8dc5c4ab6fac195eed08319793ef /gtk2_ardour/vca_master_strip.cc
parent851cdf26c902ec3ea7d3a3449b5fd1e3d8a686a4 (diff)
show VCA color on number label
Diffstat (limited to 'gtk2_ardour/vca_master_strip.cc')
-rw-r--r--gtk2_ardour/vca_master_strip.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/vca_master_strip.cc b/gtk2_ardour/vca_master_strip.cc
index 9fadf7dd30..a9f7c845be 100644
--- a/gtk2_ardour/vca_master_strip.cc
+++ b/gtk2_ardour/vca_master_strip.cc
@@ -94,6 +94,7 @@ VCAMasterStrip::VCAMasterStrip (Session* s, boost::shared_ptr<VCA> v)
number_label.set_name ("generic button");
number_label.set_alignment (.5, .5);
number_label.set_fallthrough_to_parent (true);
+ number_label.set_inactive_color (_vca->presentation_info().color ());
update_bottom_padding ();
@@ -411,6 +412,7 @@ VCAMasterStrip::vca_property_changed (PropertyChange const & what_changed)
if (what_changed.contains (ARDOUR::Properties::color)) {
vertical_button.set_active_color (_vca->presentation_info().color ());
+ number_label.set_inactive_color (_vca->presentation_info().color ());
}
if (what_changed.contains (ARDOUR::Properties::hidden)) {