summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-19 12:06:42 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-19 12:06:42 -0500
commit00887f94dcb800308db5a95aeaa9c9164f45806d (patch)
tree94474f8d0f7f3d4ac9bf7dbbc9624b3dead05ad4 /gtk2_ardour/region_view.cc
parentf20933b80f69849433e1168b390eef8315b22285 (diff)
more color/modifier tweaks
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 127908613d..735e5dd09c 100644
--- a/gtk2_ardour/region_view.cc
+++ b/gtk2_ardour/region_view.cc
@@ -784,7 +784,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_mod ("covered region", "region base");
+ uint32_t const non_playing_color = ARDOUR_UI::config()->color_mod ("covered region", "covered region base");
while (t < end) {