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:
Carl Hetherington 2010-07-20 17:56:02 +00:00
parent 2aaec8beeb
commit 12e3fb4541
4 changed files with 23 additions and 0 deletions

View file

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