mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Provide a visual cue to indicate that MIDI and audio ports cannot be connected to each other in the port matrix.
git-svn-id: svn://localhost/ardour2/branches/3.0@7463 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
75fb4557e5
commit
8b0e35cba4
3 changed files with 42 additions and 14 deletions
|
|
@ -137,7 +137,7 @@ protected:
|
|||
}
|
||||
|
||||
/** @return colour to paint grid squares when they can't be associated */
|
||||
static Gdk::Color unknown_colour () {
|
||||
static Gdk::Color non_connectable_colour () {
|
||||
return Gdk::Color ("#cccccc");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue