mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
likely fix for #5426 (hide all tracks doesn't work and causes inconsistent state
This commit is contained in:
parent
c9bb51bcca
commit
851a392495
1 changed files with 1 additions and 0 deletions
|
|
@ -1051,6 +1051,7 @@ EditorRoutes::set_all_tracks_visibility (bool yn)
|
|||
continue;
|
||||
}
|
||||
|
||||
tv->set_marked_for_display (yn);
|
||||
(*i)[_columns.visible] = yn;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue