From d06d697e41e2089ec4cce35ea17b4995797deab7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Feb 2009 01:55:25 +0000 Subject: Click and hold button 1 over a channel name in the port matrix highlights connected channels. git-svn-id: svn://localhost/ardour2/branches/3.0@4484 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/port_matrix_component.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/port_matrix_component.h') diff --git a/gtk2_ardour/port_matrix_component.h b/gtk2_ardour/port_matrix_component.h index 39ea6b3c0d..9eb2c566a5 100644 --- a/gtk2_ardour/port_matrix_component.h +++ b/gtk2_ardour/port_matrix_component.h @@ -141,8 +141,8 @@ protected: return Gdk::Color ("#ff0000"); } - /** @return colour to paint mouseover lines */ - static Gdk::Color mouseover_port_colour () { + /** @return colour to paint channel highlights */ + static Gdk::Color highlighted_channel_colour () { return Gdk::Color ("#777777"); } -- cgit v1.2.3