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:
Robin Gareus 2025-12-16 23:28:06 +01:00
parent 557058f362
commit ef9fc93ffc
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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)) {