13
0

ensure that newly-added tracks are displayed in the editor

This commit is contained in:
Paul Davis 2016-06-06 14:44:58 -04:00
parent 5833576d5b
commit 5fddbdd495

View File

@ -843,6 +843,8 @@ EditorRoutes::time_axis_views_added (list<TimeAxisView*> tavs)
if (!from_scratch) { if (!from_scratch) {
sync_presentation_info_from_treeview (); sync_presentation_info_from_treeview ();
} }
redisplay ();
} }
void void