mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
still show port names in bundles with only a single port a given type
The bundle name is typically insufficient to identify the port
This commit is contained in:
parent
be023ef32d
commit
980a38a988
1 changed files with 7 additions and 13 deletions
|
|
@ -376,11 +376,6 @@ PortMatrixColumnLabels::render_channel_name (
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_matrix->count_of_our_type (bc.bundle->nchannels()) > 1) {
|
|
||||||
|
|
||||||
/* only plot the name if the bundle has more than one channel;
|
|
||||||
the name of a single channel is assumed to be redundant */
|
|
||||||
|
|
||||||
cairo_save (cr);
|
cairo_save (cr);
|
||||||
cairo_rotate (cr, -angle());
|
cairo_rotate (cr, -angle());
|
||||||
|
|
||||||
|
|
@ -391,7 +386,6 @@ PortMatrixColumnLabels::render_channel_name (
|
||||||
|
|
||||||
cairo_restore (cr);
|
cairo_restore (cr);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
double
|
double
|
||||||
PortMatrixColumnLabels::channel_x (ARDOUR::BundleChannel const &bc) const
|
PortMatrixColumnLabels::channel_x (ARDOUR::BundleChannel const &bc) const
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue