summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_time_axis.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-03 16:12:13 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-03 16:12:32 -0400
commit94827afffa54d2da534f6fb25a6ec0164ebb45d2 (patch)
tree15f98535b774e86b2bf38c06e072d118361bd117 /gtk2_ardour/vca_time_axis.cc
parent62be6b2ed82d3e5aaa69d0e49fd2e34c71a762e4 (diff)
fix both canvas scrolling and interleaving of VCA + Routes in editor
Diffstat (limited to 'gtk2_ardour/vca_time_axis.cc')
-rw-r--r--gtk2_ardour/vca_time_axis.cc2
1 files changed, 2 insertions, 0 deletions
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<VCA> 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 ();