Bit of a hack to make the port matrix for port inserts at least vaguely usable.

git-svn-id: svn://localhost/ardour2/branches/3.0@4516 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-02-10 02:09:46 +00:00
parent 9fc369aa44
commit c601946bc8
4 changed files with 19 additions and 4 deletions

View file

@ -45,7 +45,8 @@ PortMatrix::PortMatrix (ARDOUR::Session& session, ARDOUR::DataType type)
_setup_once (false),
_arrangement (TOP_TO_RIGHT),
_row_index (0),
_column_index (1)
_column_index (1),
_min_height_divisor (1)
{
_body = new PortMatrixBody (this);
@ -494,7 +495,6 @@ PortMatrix::setup_global_ports ()
}
}
void
PortMatrix::setup_all_ports ()
{