mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Clean up and comment PortMatrix event handling a bit.
Fix problems with attempts to access Session after it has been destroyed. git-svn-id: svn://localhost/ardour2/branches/3.0@6290 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
bdf5dead24
commit
abd80d0f64
18 changed files with 130 additions and 92 deletions
|
|
@ -4682,7 +4682,7 @@ void
|
|||
Editor::show_global_port_matrix (ARDOUR::DataType t)
|
||||
{
|
||||
if (_global_port_matrix[t] == 0) {
|
||||
_global_port_matrix[t] = new GlobalPortMatrixWindow (*session, t);
|
||||
_global_port_matrix[t] = new GlobalPortMatrixWindow (session, t);
|
||||
}
|
||||
|
||||
_global_port_matrix[t]->show ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue