mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
7eea227bcd
commit
be40312e01
3 changed files with 13 additions and 11 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue