X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Froute_time_axis.cc;h=0669c0471c53d6a7dc6803b94d3d472b7666d010;hb=5fef65538040fbac1b9edd1847a269aa925a49c9;hp=22928f6f5e060bcca322f0f300a629de9016424f;hpb=48a7a11974fb378483da9c4cce6e2af4d7060c5d;p=ardour.git diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc index 22928f6f5e..0669c0471c 100644 --- a/gtk2_ardour/route_time_axis.cc +++ b/gtk2_ardour/route_time_axis.cc @@ -915,8 +915,8 @@ RouteTimeAxisView::show_timestretch (framepos_t start, framepos_t end, int layer if (timestretch_rect == 0) { timestretch_rect = new ArdourCanvas::Rectangle (canvas_display ()); - timestretch_rect->set_fill_color (ARDOUR_UI::config()->color ("TimeStretchFill")); - timestretch_rect->set_outline_color (ARDOUR_UI::config()->color ("TimeStretchOutline")); + timestretch_rect->set_fill_color (ARDOUR_UI::config()->color ("time stretch fill")); + timestretch_rect->set_outline_color (ARDOUR_UI::config()->color ("time stretch outline")); } timestretch_rect->show (); @@ -1813,11 +1813,11 @@ RouteTimeAxisView::color_handler () { //case cTimeStretchOutline: if (timestretch_rect) { - timestretch_rect->set_outline_color (ARDOUR_UI::config()->color ("TimeStretchOutline")); + timestretch_rect->set_outline_color (ARDOUR_UI::config()->color ("time stretch outline")); } //case cTimeStretchFill: if (timestretch_rect) { - timestretch_rect->set_fill_color (ARDOUR_UI::config()->color ("TimeStretchFill")); + timestretch_rect->set_fill_color (ARDOUR_UI::config()->color ("time stretch fill")); } reset_meter();