mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove method no longer needed
Editor::track_selection_changed() is now invoked by EditorRoutes::sync_treeview_from_presentation_info(), AFTER the Selection has been updated
This commit is contained in:
parent
5456fd5717
commit
f64441aa58
3 changed files with 3 additions and 12 deletions
|
|
@ -1198,6 +1198,9 @@ EditorRoutes::sync_treeview_from_presentation_info (PropertyChange const & what_
|
|||
|
||||
/* step two: set the Selection (for stripables/routes) */
|
||||
_editor->get_selection().set (tvl);
|
||||
|
||||
/* step three, tell the editor */
|
||||
_editor->track_selection_changed ();
|
||||
}
|
||||
|
||||
redisplay ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue