mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
for velocity automation lanes, make sure ghosts group is on top
otherwise, it's the streamview on top, and that prevents lollipops receiving events. this may have to change once the line becomes an option.
This commit is contained in:
parent
60628a62be
commit
2de0e62695
1 changed files with 4 additions and 0 deletions
|
|
@ -133,6 +133,10 @@ AutomationTimeAxisView::AutomationTimeAxisView (
|
|||
CANVAS_DEBUG_NAME (selection_group, string_compose ("selections for auto %2/%1", _name, strip->name()));
|
||||
CANVAS_DEBUG_NAME (_ghost_group, string_compose ("ghosts for auto %2/%1", _name, strip->name()));
|
||||
|
||||
if (_parameter = Evoral::Parameter (MidiVelocityAutomation)) {
|
||||
_ghost_group->raise_to_top ();
|
||||
}
|
||||
|
||||
if (!have_name_font) {
|
||||
name_font = get_font_for_style (X_("AutomationTrackName"));
|
||||
have_name_font = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue