Fix send editing.

git-svn-id: svn://localhost/ardour2/branches/3.0@4427 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2009-01-22 00:14:27 +00:00
parent d58b8c243f
commit 3af003fd1e

View File

@@ -47,7 +47,7 @@ SendUI::SendUI (boost::shared_ptr<Send> s, Session& se)
vbox.pack_start (hbox, false, false, false);
vbox.pack_start (panners, false,false);
io = manage (new IOSelector (se, s->io(), false));
io = manage (new IOSelector (se, s->io(), true));
pack_start (vbox, false, false);