next modifier
[ardour.git] / gtk2_ardour / ghostregion.cc
index d1bf1e7aacafb49ba475e5dc7c8d2455eeb7843e..aff64e9845dc2ddfaab05beeef7a1f3015fd285a 100644 (file)
@@ -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"));
        }
 }