mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
do not show panner GUI in external send UI, to avoid confusion (#4531)
git-svn-id: svn://localhost/ardour2/branches/3.0@10896 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
678c41d05f
commit
c74c3b741e
1 changed files with 4 additions and 1 deletions
|
|
@ -53,7 +53,10 @@ SendUI::SendUI (Gtk::Window* parent, boost::shared_ptr<Send> s, Session* session
|
|||
_vbox.set_border_width (5);
|
||||
|
||||
_vbox.pack_start (_hbox, false, false, false);
|
||||
_vbox.pack_start (_panners, false, false);
|
||||
// until sends have their own Pannable, don't show this
|
||||
// because it controls the Route Pannable which confuses
|
||||
// users (among others)
|
||||
// _vbox.pack_start (_panners, false, false);
|
||||
|
||||
io = manage (new IOSelector (parent, session, s->output()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue