Improve resize behaviour of port matrices when their content size changes.

git-svn-id: svn://localhost/ardour2/branches/3.0@7507 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-07-27 02:10:27 +00:00
parent d69e177076
commit 43e4abb391
2 changed files with 7 additions and 7 deletions

View file

@ -218,9 +218,7 @@ IOSelectorWindow::IOSelectorWindow (ARDOUR::Session* session, boost::shared_ptr<
set_name ("IOSelectorWindow2");
set_title (_("I/O selector"));
Gtk::Alignment* alignment = manage(new Gtk::Alignment(0.5, 0.5, 0.0, 0.0));
alignment->add (_selector);
add (*alignment);
add (_selector);
set_position (Gtk::WIN_POS_MOUSE);