Fix send editing.
git-svn-id: svn://localhost/ardour2/branches/3.0@4427 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user