summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_body.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-07-17 13:57:10 +0000
committerCarl Hetherington <carl@carlh.net>2009-07-17 13:57:10 +0000
commitbe40312e01ea36e1aaa86cae8551e42353849bc2 (patch)
tree5ebd3bddfa0b78f2ccfb69a3a43acc6cf37c4624 /gtk2_ardour/port_matrix_body.cc
parent7eea227bcdfcd930458e7638502a4cc1194bae6d (diff)
Use dialog background colour for the port matrix.
git-svn-id: svn://localhost/ardour2/branches/3.0@5368 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix_body.cc')
-rw-r--r--gtk2_ardour/port_matrix_body.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix_body.cc b/gtk2_ardour/port_matrix_body.cc
index 2991c9937b..bad39b3f3f 100644
--- a/gtk2_ardour/port_matrix_body.cc
+++ b/gtk2_ardour/port_matrix_body.cc
@@ -36,7 +36,6 @@ PortMatrixBody::PortMatrixBody (PortMatrix* p)
_row_labels = new PortMatrixRowLabels (p, this);
_grid = new PortMatrixGrid (p, this);
- modify_bg (Gtk::STATE_NORMAL, Gdk::Color ("#00000"));
add_events (Gdk::LEAVE_NOTIFY_MASK | Gdk::POINTER_MOTION_MASK);
}