Make editor independent of EditorRoutes

This commit is contained in:
Robin Gareus 2022-01-25 15:59:38 +01:00
parent a274c1473a
commit 5b3eacd421
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
5 changed files with 245 additions and 30 deletions

View file

@ -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 ();