mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-11 07:56:27 +01:00
regionviews used for (MIDI) automation (CC) should not show a name highlight
This commit is contained in:
parent
395c3d35d1
commit
dca2c19ef5
1 changed files with 3 additions and 2 deletions
|
|
@ -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,
|
||||
TimeAxisViewItem::Visibility (TimeAxisViewItem::ShowNameText|
|
||||
TimeAxisViewItem::ShowNameHighlight| TimeAxisViewItem::ShowFrame))
|
||||
(automation ? TimeAxisViewItem::ShowFrame :
|
||||
TimeAxisViewItem::Visibility (TimeAxisViewItem::ShowNameText|
|
||||
TimeAxisViewItem::ShowNameHighlight| TimeAxisViewItem::ShowFrame)))
|
||||
, _region (r)
|
||||
, sync_mark(0)
|
||||
, sync_line(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue