mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
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:
parent
9fc369aa44
commit
c601946bc8
4 changed files with 19 additions and 4 deletions
|
|
@ -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 ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue