Use dialog background colour for the port matrix.

git-svn-id: svn://localhost/ardour2/branches/3.0@5368 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-07-17 13:57:10 +00:00
parent 7eea227bcd
commit be40312e01
3 changed files with 13 additions and 11 deletions

View file

@ -110,3 +110,8 @@ PortMatrixComponent::dimensions ()
return std::make_pair (_width, _height);
}
Gdk::Color
PortMatrixComponent::background_colour ()
{
return _matrix->get_style()->get_bg (Gtk::STATE_NORMAL);
}