summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-06 12:52:48 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-06 12:58:48 -0400
commita0f0bdc063e81fd6f98fbcb1268538106cca753a (patch)
tree09f95a08247d17e37cf3c19e54fde12919d7ea7d /gtk2_ardour/editor_routes.cc
parent6a622d86dca2c8af8993d85be8bd8a44debc5b8c (diff)
try to keep editor+mixer treemodels in sync
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 3c4766f79e..6141203827 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -839,6 +839,7 @@ EditorRoutes::time_axis_views_added (list<TimeAxisView*> tavs)
_display.set_model (_model);
/* now update route order keys from the treeview/track display order */
+
if (!from_scratch) {
sync_presentation_info_from_treeview ();
}