summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-01-22 01:35:18 +0100
committerRobin Gareus <robin@gareus.org>2020-01-22 01:35:18 +0100
commit6914671736cd1d35c628308e5852545cb1813da1 (patch)
tree8382f65a55a9bc0dba3714902260e58d9ef7328a /gtk2_ardour/route_time_axis.cc
parent6ce1c326a9c0e66c97a079aebf1027e8ed659e40 (diff)
Propagate ::route_active_changed() methods
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index db5edd27d8..1166fb8be8 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -468,6 +468,11 @@ RouteTimeAxisView::update_track_number_visibility ()
}
void
+RouteTimeAxisView::route_active_changed ()
+{
+}
+
+void
RouteTimeAxisView::parameter_changed (string const & p)
{
if (p == "track-name-number") {