mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
amend to 212d2ac5d and 8becd4413 - fix port connection matrix crash on close
This commit is contained in:
parent
0710171d90
commit
4368759d41
1 changed files with 2 additions and 0 deletions
|
|
@ -206,6 +206,8 @@ PortMatrix::routes_changed ()
|
|||
void
|
||||
PortMatrix::setup ()
|
||||
{
|
||||
if (!_session) return; // session went away
|
||||
|
||||
/* this needs to be done first, as the visible_ports() method uses the
|
||||
notebook state to decide which ports are being shown */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue