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
This commit is contained in:
Carl Hetherington 2009-02-03 01:55:25 +00:00
parent 6a9dc6b8d0
commit d06d697e41
12 changed files with 264 additions and 70 deletions

View file

@ -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");
}