X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fglobal_port_matrix.cc;h=98760c863e915881a4c51a33b3aea96c00fcd609;hb=da8eec7a8311295ee91308eca9fae2146385c512;hp=49e26732639a286c12b53aeb9abcafa0d97bd7b2;hpb=5f67a72c341a96872d9cd3d1de357662295d14b0;p=ardour.git diff --git a/gtk2_ardour/global_port_matrix.cc b/gtk2_ardour/global_port_matrix.cc index 49e2673263..98760c863e 100644 --- a/gtk2_ardour/global_port_matrix.cc +++ b/gtk2_ardour/global_port_matrix.cc @@ -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 {