summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_component.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-21 23:20:56 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-21 23:20:56 +0000
commit8b0e35cba44643cc8e5deb27e6f138b3425d0559 (patch)
treedb35915536ec305e399ff1978053f045c526b483 /gtk2_ardour/port_matrix_component.h
parent75fb4557e51c42a9a1d6c4bf589a4c235c276553 (diff)
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
Diffstat (limited to 'gtk2_ardour/port_matrix_component.h')
-rw-r--r--gtk2_ardour/port_matrix_component.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix_component.h b/gtk2_ardour/port_matrix_component.h
index 196a24b0c0..3fdd26394a 100644
--- a/gtk2_ardour/port_matrix_component.h
+++ b/gtk2_ardour/port_matrix_component.h
@@ -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");
}