X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_group_tabs.cc;h=997a115b7120b5d2a659dad39a9045505e15aee4;hb=56652276698f966134b27a29edda4d0bb8520c5a;hp=5a1e9c8aaa2cb3bc4fde327ca114e4f24cb4255b;hpb=97d920593ffc796986107e16d7bbf88cc3184043;p=ardour.git diff --git a/gtk2_ardour/editor_group_tabs.cc b/gtk2_ardour/editor_group_tabs.cc index 5a1e9c8aaa..997a115b71 100644 --- a/gtk2_ardour/editor_group_tabs.cc +++ b/gtk2_ardour/editor_group_tabs.cc @@ -172,7 +172,6 @@ EditorGroupTabs::default_properties () const plist.add (Properties::mute, true); plist.add (Properties::solo, true); plist.add (Properties::recenable, true); - plist.add (Properties::edit, true); return plist; } @@ -201,5 +200,5 @@ EditorGroupTabs::selected_routes () const void EditorGroupTabs::sync_order_keys () { - _editor->_routes->sync_order_keys (UndefinedSort); + _editor->_routes->sync_order_keys_from_treeview (); }