summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-15 10:11:21 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-15 10:11:21 -0500
commit7b023f4ee067e01e5f330bc14580f473fd862cec (patch)
tree00d6e1a0dce934bec165484c8b2568c44d6b2c5d /gtk2_ardour/ghostregion.cc
parent666f33b463518d905591a66935a3bd7f02383a0f (diff)
next modifier
Diffstat (limited to 'gtk2_ardour/ghostregion.cc')
-rw-r--r--gtk2_ardour/ghostregion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ghostregion.cc b/gtk2_ardour/ghostregion.cc
index d1bf1e7aac..aff64e9845 100644
--- a/gtk2_ardour/ghostregion.cc
+++ b/gtk2_ardour/ghostregion.cc
@@ -87,7 +87,7 @@ void
GhostRegion::set_colors ()
{
if (is_automation_ghost()) {
- base_rect->set_fill_color (ARDOUR_UI::config()->color ("ghost track base"));
+ base_rect->set_fill_color (ARDOUR_UI::config()->color_mod ("ghost track base", "ghost track base"));
}
}