mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
Fix another static signal that depends on the session
see also 557058f362 and compare to
Mixer_UI::sync_presentation_info_from_treeview
This commit is contained in:
parent
557058f362
commit
ef9fc93ffc
1 changed files with 3 additions and 0 deletions
|
|
@ -1139,6 +1139,9 @@ struct TrackRecordAxisSorter {
|
|||
void
|
||||
RecorderUI::presentation_info_changed (PBD::PropertyChange const& what_changed)
|
||||
{
|
||||
if (!_session || _session->deletion_in_progress()) {
|
||||
return;
|
||||
}
|
||||
if (what_changed.contains (Properties::hidden)) {
|
||||
update_rec_table_layout ();
|
||||
} else if (what_changed.contains (Properties::order)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue