From 6914671736cd1d35c628308e5852545cb1813da1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 22 Jan 2020 01:35:18 +0100 Subject: Propagate ::route_active_changed() methods --- gtk2_ardour/midi_time_axis.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/midi_time_axis.cc') diff --git a/gtk2_ardour/midi_time_axis.cc b/gtk2_ardour/midi_time_axis.cc index 8b8fadfbed..fb6cfe9aa6 100644 --- a/gtk2_ardour/midi_time_axis.cc +++ b/gtk2_ardour/midi_time_axis.cc @@ -1359,7 +1359,7 @@ MidiTimeAxisView::create_automation_child (const Evoral::Parameter& param, bool void MidiTimeAxisView::route_active_changed () { - RouteUI::route_active_changed (); + RouteTimeAxisView::route_active_changed (); update_control_names(); if (!_route->active()) { -- cgit v1.2.3