mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
another get_vbox() fix, this time for PortSelectorWindow
git-svn-id: svn://localhost/trunk/ardour2@346 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2cdbfaddc4
commit
b62c348c88
4 changed files with 8 additions and 9 deletions
|
|
@ -821,10 +821,8 @@ PortInsertWindow::PortInsertWindow (Session& sess, PortInsert& pi, bool can_canc
|
|||
}
|
||||
button_box.pack_start (ok_button);
|
||||
|
||||
vbox.pack_start (_portinsertui);
|
||||
vbox.pack_start (button_box, false, false);
|
||||
|
||||
add (vbox);
|
||||
get_vbox()->pack_start (_portinsertui);
|
||||
get_vbox()->pack_start (button_box, false, false);
|
||||
|
||||
ok_button.signal_clicked().connect (mem_fun(*this, &PortInsertWindow::accept));
|
||||
cancel_button.signal_clicked().connect (mem_fun(*this, &PortInsertWindow::cancel));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue