summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-06 14:44:58 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-06 14:44:58 -0400
commit5fddbdd4959d1b548f71d5249a6388b70808e631 (patch)
tree15156a3350378f0f04d93d4a848bdca0999b50be
parent5833576d5bf5a405d43136d5854f121b059e508d (diff)
ensure that newly-added tracks are displayed in the editor
-rw-r--r--gtk2_ardour/editor_routes.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 6141203827..dcb9d30209 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -843,6 +843,8 @@ EditorRoutes::time_axis_views_added (list<TimeAxisView*> tavs)
if (!from_scratch) {
sync_presentation_info_from_treeview ();
}
+
+ redisplay ();
}
void