prepare installer for multiabi bundles
[ardour.git] / gtk2_ardour / port_matrix_labels.cc
index d29a9244dfba575cc37734519112e0c119d5da0e..e2fe306726b66240d4eeae4d61fb672f29c5a557 100644 (file)
@@ -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)),