mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
show_all() more selectively so that unwanted notebook tabs don't appear in SendUI port matrices.
git-svn-id: svn://localhost/ardour2/branches/3.0@8504 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
19ee77a74c
commit
99f7323e18
2 changed files with 10 additions and 3 deletions
|
|
@ -61,7 +61,11 @@ SendUI::SendUI (Gtk::Window* parent, boost::shared_ptr<Send> s, Session* session
|
|||
|
||||
pack_start (*io, true, true);
|
||||
|
||||
show_all ();
|
||||
io->show ();
|
||||
_gpm.show_all ();
|
||||
_panners.show_all ();
|
||||
_vbox.show ();
|
||||
_hbox.show ();
|
||||
|
||||
_send->set_metering (true);
|
||||
|
||||
|
|
@ -124,6 +128,9 @@ SendUIWindow::SendUIWindow (boost::shared_ptr<Send> s, Session* session)
|
|||
|
||||
set_name ("SendUIWindow");
|
||||
|
||||
ui->show ();
|
||||
hpacker.show ();
|
||||
|
||||
s->DropReferences.connect (going_away_connection, invalidator (*this), boost::bind (&SendUIWindow::send_going_away, this), gui_context());
|
||||
|
||||
signal_delete_event().connect (sigc::bind (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue