mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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
|
void
|
||||||
PortMatrix::setup ()
|
PortMatrix::setup ()
|
||||||
{
|
{
|
||||||
|
if (!_session) return; // session went away
|
||||||
|
|
||||||
/* this needs to be done first, as the visible_ports() method uses the
|
/* this needs to be done first, as the visible_ports() method uses the
|
||||||
notebook state to decide which ports are being shown */
|
notebook state to decide which ports are being shown */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue