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:
Carl Hetherington 2010-07-21 23:20:56 +00:00
parent 75fb4557e5
commit 8b0e35cba4
3 changed files with 42 additions and 14 deletions

View file

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