fix incorrect item name for color
This commit is contained in:
parent
dc934ab90d
commit
811677c543
@ -3281,7 +3281,7 @@ MidiRegionView::set_frame_color()
|
||||
}
|
||||
|
||||
if (_selected) {
|
||||
f = ARDOUR_UI::config()->color ("selected frame base");
|
||||
f = ARDOUR_UI::config()->color ("selected region base");
|
||||
} else if (high_enough_for_name) {
|
||||
f= ARDOUR_UI::config()->color ("midi frame base");
|
||||
} else {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user