From 94827afffa54d2da534f6fb25a6ec0164ebb45d2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 3 Jun 2016 16:12:13 -0400 Subject: fix both canvas scrolling and interleaving of VCA + Routes in editor --- gtk2_ardour/vca_time_axis.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/vca_time_axis.cc b/gtk2_ardour/vca_time_axis.cc index 33f03fda9f..4f5777e7c4 100644 --- a/gtk2_ardour/vca_time_axis.cc +++ b/gtk2_ardour/vca_time_axis.cc @@ -152,6 +152,8 @@ VCATimeAxisView::set_vca (boost::shared_ptr v) /* VCA number never changes */ number_label.set_text (to_string (_vca->number(), std::dec)); + set_height (preset_height (HeightNormal)); + update_vca_name (); set_button_names (); update_solo_display (); -- cgit v1.2.3