mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Make editor independent of EditorRoutes
This commit is contained in:
parent
a274c1473a
commit
5b3eacd421
5 changed files with 245 additions and 30 deletions
|
|
@ -618,7 +618,7 @@ EditorRoutes::redisplay_real ()
|
|||
* we can't do this here, because we could mess up something that is traversing
|
||||
* the track order and has caused a redisplay of the list.
|
||||
*/
|
||||
Glib::signal_idle().connect (sigc::mem_fun (*_editor, &Editor::sync_track_view_list_and_routes));
|
||||
//Glib::signal_idle().connect (sigc::mem_fun (*_editor, &Editor::sync_track_view_list_and_routes));
|
||||
|
||||
_editor->reset_controls_layout_height (position);
|
||||
_editor->reset_controls_layout_width ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue