X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fport_matrix_labels.cc;h=e2fe306726b66240d4eeae4d61fb672f29c5a557;hb=ae0dcdc0c5d13483271065c360e378202d20170a;hp=d29a9244dfba575cc37734519112e0c119d5da0e;hpb=748ad24ace7a37059b6812a1f9f0145d4725ba66;p=ardour.git diff --git a/gtk2_ardour/port_matrix_labels.cc b/gtk2_ardour/port_matrix_labels.cc index d29a9244df..e2fe306726 100644 --- a/gtk2_ardour/port_matrix_labels.cc +++ b/gtk2_ardour/port_matrix_labels.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2009 Paul Davis + Copyright (C) 2002-2009 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,6 +28,7 @@ PortMatrixLabels::draw_extra (cairo_t* cr) if (_matrix->show_only_bundles()) { render_bundle_name ( cr, + mouseover_line_colour(), highlighted_channel_colour(), component_to_parent_x (channel_x (*i)), component_to_parent_y (channel_y (*i)), @@ -36,6 +37,7 @@ PortMatrixLabels::draw_extra (cairo_t* cr) } else { render_channel_name ( cr, + mouseover_line_colour(), highlighted_channel_colour(), component_to_parent_x (channel_x (*i)), component_to_parent_y (channel_y (*i)),