mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fix a few dialogues which don't reset their session pointer correctly on a new session. Fixes #3342.
git-svn-id: svn://localhost/ardour2/branches/3.0@7451 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2aaec8beeb
commit
12e3fb4541
4 changed files with 23 additions and 0 deletions
|
|
@ -166,6 +166,12 @@ GlobalPortMatrixWindow::on_show ()
|
|||
resize_window_to_proportion_of_monitor (this, pm_max.first, pm_max.second);
|
||||
}
|
||||
|
||||
void
|
||||
GlobalPortMatrixWindow::set_session (ARDOUR::Session* s)
|
||||
{
|
||||
_port_matrix.set_session (s);
|
||||
}
|
||||
|
||||
string
|
||||
GlobalPortMatrix::disassociation_verb () const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue