mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
update summary when re-ordering tracks - fixes #6502
This commit is contained in:
parent
74ad68e675
commit
84605fdb14
1 changed files with 1 additions and 1 deletions
|
|
@ -5406,7 +5406,7 @@ Editor::sync_track_view_list_and_routes ()
|
|||
{
|
||||
track_views = TrackViewList (_routes->views ());
|
||||
|
||||
_summary->set_dirty ();
|
||||
_summary->set_background_dirty();
|
||||
_group_tabs->set_dirty ();
|
||||
|
||||
return false; // do not call again (until needed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue