summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_body.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-07-18 13:10:08 +0000
committerCarl Hetherington <carl@carlh.net>2009-07-18 13:10:08 +0000
commitaf5b9f92a52f08d154ad84c60c61823cb45b62db (patch)
tree7dd95f16010440218d6320efc7b05ff47e8b5218 /gtk2_ardour/port_matrix_body.cc
parent000802d23f3ccf0eccb8681716cce228106b753c (diff)
Various tweaks to the port matrix.
git-svn-id: svn://localhost/ardour2/branches/3.0@5380 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_body.cc')
-rw-r--r--gtk2_ardour/port_matrix_body.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix_body.cc b/gtk2_ardour/port_matrix_body.cc
index a29f2483e3..93345e893e 100644
--- a/gtk2_ardour/port_matrix_body.cc
+++ b/gtk2_ardour/port_matrix_body.cc
@@ -471,6 +471,7 @@ void
PortMatrixBody::component_size_changed ()
{
compute_rectangles ();
+ _matrix->setup_max_size ();
_matrix->setup_scrollbars ();
}