From a384dab13095f3d909e52eff9e6170ae55416601 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 30 Jan 2009 15:08:09 +0000 Subject: More port matrix re-working. Global matrix now has separate visibility buttons for ins and outs. The matrix will now be arranged so that more ports are labelled horizontally than vertically, to aid readability. git-svn-id: svn://localhost/ardour2/branches/3.0@4467 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/port_matrix_component.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/port_matrix_component.cc') diff --git a/gtk2_ardour/port_matrix_component.cc b/gtk2_ardour/port_matrix_component.cc index 74f989934e..02d754f5ce 100644 --- a/gtk2_ardour/port_matrix_component.cc +++ b/gtk2_ardour/port_matrix_component.cc @@ -23,8 +23,9 @@ /** Constructor. * @param p Port matrix that we're in. */ -PortMatrixComponent::PortMatrixComponent (PortMatrixBody* b) - : _body (b), +PortMatrixComponent::PortMatrixComponent (PortMatrix* m, PortMatrixBody* b) + : _matrix (m), + _body (b), _pixmap (0), _render_required (true), _dimension_computation_required (true) -- cgit v1.2.3