From 811677c543562f8df9e332f635b982bc12b1daca Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 15 Dec 2014 09:05:01 -0500 Subject: fix incorrect item name for color --- gtk2_ardour/time_axis_view_item.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/time_axis_view_item.cc') diff --git a/gtk2_ardour/time_axis_view_item.cc b/gtk2_ardour/time_axis_view_item.cc index 71f8fb3dfc..7274a7df77 100644 --- a/gtk2_ardour/time_axis_view_item.cc +++ b/gtk2_ardour/time_axis_view_item.cc @@ -743,7 +743,7 @@ TimeAxisViewItem::get_fill_color () const if (_selected) { - f = ARDOUR_UI::config()->color ("selected frame base"); + f = ARDOUR_UI::config()->color ("selected region base"); if (o == 0) { /* some condition of this item has set fill opacity to -- cgit v1.2.3