summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-08 02:35:35 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-08 02:35:35 +0000
commit150d3fdfbfeabde96d528312aa22e839a5aa5f3e (patch)
treeaf137578c215731e6991a619409787560858fdec /gtk2_ardour/editor.cc
parent41264273ec2a88599263c2506f7b886813472380 (diff)
Watch for route colour changes and update the summary accordingly. Fixes #3692.
git-svn-id: svn://localhost/ardour2/branches/3.0@8480 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 881074f258..111582a44b 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -4854,14 +4854,13 @@ Editor::handle_new_route (RouteList& routes)
}
_routes->routes_added (new_views);
+ _summary->routes_added (new_views);
if (show_editor_mixer_when_tracks_arrive) {
show_editor_mixer (true);
}
editor_list_button.set_sensitive (true);
-
- _summary->set_dirty ();
}
void