summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_labels.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-02-05 12:56:12 +0000
committerCarl Hetherington <carl@carlh.net>2009-02-05 12:56:12 +0000
commit67d545c0809522e8d32b919941f2be56d94c7ba3 (patch)
tree1f97cbe7fc6eea202a7d64de837ddcfa6a7b04dd /gtk2_ardour/port_matrix_labels.cc
parentee4e28751edae18bc2c2d3960472f15446b17306 (diff)
Small fixes to port matrix rendering, mostly visible when using the bundle manager.
git-svn-id: svn://localhost/ardour2/branches/3.0@4491 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_labels.cc')
-rw-r--r--gtk2_ardour/port_matrix_labels.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix_labels.cc b/gtk2_ardour/port_matrix_labels.cc
index 3a50edb7c6..2734a193ef 100644
--- a/gtk2_ardour/port_matrix_labels.cc
+++ b/gtk2_ardour/port_matrix_labels.cc
@@ -24,7 +24,7 @@ void
PortMatrixLabels::draw_extra (cairo_t* cr)
{
for (std::vector<ARDOUR::BundleChannel>::const_iterator i = _channel_highlights.begin(); i != _channel_highlights.end(); ++i) {
-
+
render_channel_name (
cr,
highlighted_channel_colour(),