mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue