mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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:
parent
6a9dc6b8d0
commit
d06d697e41
12 changed files with 264 additions and 70 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue