summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_list.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_route_list.cc')
-rw-r--r--gtk2_ardour/editor_route_list.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_route_list.cc b/gtk2_ardour/editor_route_list.cc
index 964ee38712..340f678228 100644
--- a/gtk2_ardour/editor_route_list.cc
+++ b/gtk2_ardour/editor_route_list.cc
@@ -130,6 +130,7 @@ Editor::handle_new_route (RouteList& routes)
ignore_route_list_reorder = false;
route->gui_changed.connect (mem_fun(*this, &Editor::handle_gui_changes));
+ tv->view()->RegionViewAdded.connect (mem_fun (*this, &Editor::region_view_added));
tv->GoingAway.connect (bind (mem_fun(*this, &Editor::remove_route), tv));
}
@@ -144,6 +145,8 @@ Editor::handle_new_route (RouteList& routes)
editor_list_button.set_sensitive(true);
route_redisplay_does_not_sync_order_keys = false;
+
+ _summary->set_dirty ();
}
void