fix both canvas scrolling and interleaving of VCA + Routes in editor

This commit is contained in:
Paul Davis 2016-06-03 16:12:13 -04:00
parent 62be6b2ed8
commit 94827afffa
1 changed files with 2 additions and 0 deletions

View File

@ -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 ();