13
0

fix incorrect item name for color

This commit is contained in:
Paul Davis 2014-12-15 09:05:01 -05:00
parent dc934ab90d
commit 811677c543
2 changed files with 2 additions and 2 deletions

View File

@ -3281,7 +3281,7 @@ MidiRegionView::set_frame_color()
} }
if (_selected) { if (_selected) {
f = ARDOUR_UI::config()->color ("selected frame base"); f = ARDOUR_UI::config()->color ("selected region base");
} else if (high_enough_for_name) { } else if (high_enough_for_name) {
f= ARDOUR_UI::config()->color ("midi frame base"); f= ARDOUR_UI::config()->color ("midi frame base");
} else { } else {

View File

@ -743,7 +743,7 @@ TimeAxisViewItem::get_fill_color () const
if (_selected) { if (_selected) {
f = ARDOUR_UI::config()->color ("selected frame base"); f = ARDOUR_UI::config()->color ("selected region base");
if (o == 0) { if (o == 0) {
/* some condition of this item has set fill opacity to /* some condition of this item has set fill opacity to