regionviews used for (MIDI) automation (CC) should not show a name highlight
This commit is contained in:
parent
395c3d35d1
commit
dca2c19ef5
@ -69,8 +69,9 @@ RegionView::RegionView (ArdourCanvas::Group* parent,
|
||||
Gdk::Color const & basic_color,
|
||||
bool automation)
|
||||
: TimeAxisViewItem (r->name(), *parent, tv, spu, basic_color, r->position(), r->length(), false, automation,
|
||||
(automation ? TimeAxisViewItem::ShowFrame :
|
||||
TimeAxisViewItem::Visibility (TimeAxisViewItem::ShowNameText|
|
||||
TimeAxisViewItem::ShowNameHighlight| TimeAxisViewItem::ShowFrame))
|
||||
TimeAxisViewItem::ShowNameHighlight| TimeAxisViewItem::ShowFrame)))
|
||||
, _region (r)
|
||||
, sync_mark(0)
|
||||
, sync_line(0)
|
||||
|
Loading…
Reference in New Issue
Block a user