summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-15 14:49:17 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-15 14:49:17 -0500
commit76733daf63faa5eb803ffb1fe0937c34c5b5fbc8 (patch)
treef1a505b0d1c31294925fdce268acc851bcfc728d /gtk2_ardour/region_view.cc
parente3f376107e8f5a5b6910d5fac5d3bb7765ee3efe (diff)
add some alpha to "covered region" coloration
Diffstat (limited to 'gtk2_ardour/region_view.cc')
-rw-r--r--gtk2_ardour/region_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/region_view.cc b/gtk2_ardour/region_view.cc
index 01df05a5c7..678ac4dbaf 100644
--- a/gtk2_ardour/region_view.cc
+++ b/gtk2_ardour/region_view.cc
@@ -783,7 +783,7 @@ RegionView::update_coverage_frames (LayerDisplay d)
bool me = false;
/* the color that will be used to show parts of regions that will not be heard */
- uint32_t const non_playing_color = ARDOUR_UI::config()->color ("covered region");
+ uint32_t const non_playing_color = ARDOUR_UI::config()->color_mod ("covered region", "region base");
while (t < end) {