summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-12-13 22:21:04 +0000
committerCarl Hetherington <carl@carlh.net>2009-12-13 22:21:04 +0000
commit60cc81ea1a4637defa51b059da9ad2a2285ae276 (patch)
treeb58111a6d4729e91319db7f0a09e97cdec3e9064 /gtk2_ardour/port_matrix.cc
parent1767da64bd9861ca97bc15e9d873d8a33b3aeca9 (diff)
Restore port group tabs.
git-svn-id: svn://localhost/ardour2/branches/3.0@6363 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix.cc')
-rw-r--r--gtk2_ardour/port_matrix.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix.cc b/gtk2_ardour/port_matrix.cc
index 8dec953d7a..1b07e80bf3 100644
--- a/gtk2_ardour/port_matrix.cc
+++ b/gtk2_ardour/port_matrix.cc
@@ -97,6 +97,8 @@ PortMatrix::PortMatrix (Window* parent, Session* session, DataType type)
_hlabel.show ();
_hspacer.show ();
_vspacer.show ();
+ _vnotebook.show ();
+ _hnotebook.show ();
}
PortMatrix::~PortMatrix ()
@@ -652,6 +654,7 @@ PortMatrix::setup_notebooks ()
dummy->show ();
Label* label = manage (new Label ((*i)->name));
label->set_angle (_arrangement == LEFT_TO_BOTTOM ? 90 : -90);
+ label->show ();
_vnotebook.prepend_page (*dummy, *label);
}