summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_group_tabs.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-19 22:35:43 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-19 22:35:43 +0000
commite43d91949be2fedf09eaf61cb5b9e4778a505dc0 (patch)
treec8e73694329fa2345245d50536adba0eff9449db /gtk2_ardour/editor_group_tabs.cc
parentdd440c22c17b0ccbb3db330779fd81e76035e1a6 (diff)
more work on RID and editor/mixer order matching; when a track/bus is hidden in the GUI controlling RID, it gets a extremely large RID to prevent it showing up on a control surface (but ... for now ... is still visible in the other GUI, even if "sync order between mixer + editor" is enabled); change font in editor route list
git-svn-id: svn://localhost/ardour2/branches/3.0@13054 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_group_tabs.cc')
-rw-r--r--gtk2_ardour/editor_group_tabs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_group_tabs.cc b/gtk2_ardour/editor_group_tabs.cc
index cb85544669..f9e2bc3a19 100644
--- a/gtk2_ardour/editor_group_tabs.cc
+++ b/gtk2_ardour/editor_group_tabs.cc
@@ -201,5 +201,5 @@ EditorGroupTabs::selected_routes () const
void
EditorGroupTabs::sync_order_keys ()
{
- _editor->_routes->sync_order_keys_from_model ();
+ _editor->_routes->sync_order_keys_from_treeview ();
}