summaryrefslogtreecommitdiff
path: root/gtk2_ardour/global_port_matrix.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-12-07 18:35:42 +0000
committerCarl Hetherington <carl@carlh.net>2009-12-07 18:35:42 +0000
commitdc86434283718b7c4a4ed6af52a950e6cfc5e86f (patch)
treefbb1ea6c2fda853e4201ca783a7d76f29416f3dc /gtk2_ardour/global_port_matrix.cc
parent71f1b360a0c0ddeb9b7eb47f01dfbd87423b314a (diff)
Redraw the matrix correctly when available ports change in the currently visible tab.
git-svn-id: svn://localhost/ardour2/branches/3.0@6322 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/global_port_matrix.cc')
-rw-r--r--gtk2_ardour/global_port_matrix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/global_port_matrix.cc b/gtk2_ardour/global_port_matrix.cc
index 327ba41b06..ae51e7fb68 100644
--- a/gtk2_ardour/global_port_matrix.cc
+++ b/gtk2_ardour/global_port_matrix.cc
@@ -155,7 +155,7 @@ GlobalPortMatrixWindow::GlobalPortMatrixWindow (ARDOUR::Session* s, ARDOUR::Data
}
add (_port_matrix);
- show_all ();
+ _port_matrix.show ();
}
void