mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
show_all() more selectively so that unwanted notebook tabs don't appear in SendUI port matrices.
git-svn-id: svn://localhost/ardour2/branches/3.0@8504 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
19ee77a74c
commit
99f7323e18
2 changed files with 10 additions and 3 deletions
|
|
@ -858,7 +858,7 @@ ProcessorBox::choose_send ()
|
|||
*/
|
||||
|
||||
IOSelectorWindow *ios = new IOSelectorWindow (_session, send->output(), true);
|
||||
ios->show_all ();
|
||||
ios->show ();
|
||||
|
||||
/* keep a reference to the send so it doesn't get deleted while
|
||||
the IOSelectorWindow is doing its stuff
|
||||
|
|
@ -1659,7 +1659,7 @@ ProcessorBox::toggle_edit_processor (boost::shared_ptr<Processor> processor)
|
|||
}
|
||||
|
||||
SendUIWindow* w = new SendUIWindow (send, _session);
|
||||
w->show_all ();
|
||||
w->show ();
|
||||
|
||||
} else if ((retrn = boost::dynamic_pointer_cast<Return> (processor)) != 0) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue