summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/port_matrix.cc')
-rw-r--r--gtk2_ardour/port_matrix.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/port_matrix.cc b/gtk2_ardour/port_matrix.cc
index 1c00fb8994..63779a6083 100644
--- a/gtk2_ardour/port_matrix.cc
+++ b/gtk2_ardour/port_matrix.cc
@@ -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 ()
{