no need for two raise-to-top; set_velocity_mode() will do it

This commit is contained in:
Paul Davis 2023-06-27 14:07:47 -06:00
parent 58a6fcfe37
commit e54e24a7a0
1 changed files with 0 additions and 4 deletions

View File

@ -135,10 +135,6 @@ 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;