summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_labels.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-07-19 21:46:38 +0000
committerCarl Hetherington <carl@carlh.net>2009-07-19 21:46:38 +0000
commit9f5b9f3c3ee1316b98f259f54214c02db2acd10c (patch)
treedeea98feeedcfcb07fb973957ba4a6c2aa50c399 /gtk2_ardour/port_matrix_labels.cc
parent82f31ffc796146389332295b51f27254e945fe01 (diff)
Outline highlighted labels in red.
git-svn-id: svn://localhost/ardour2/branches/3.0@5389 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, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix_labels.cc b/gtk2_ardour/port_matrix_labels.cc
index d29a9244df..82909a5d05 100644
--- a/gtk2_ardour/port_matrix_labels.cc
+++ b/gtk2_ardour/port_matrix_labels.cc
@@ -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)),