mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
fix display of external Send UI
This commit is contained in:
parent
aac5f4c6d6
commit
f7a27e17db
1 changed files with 4 additions and 2 deletions
|
|
@ -2084,10 +2084,12 @@ ProcessorBox::get_editor_window (boost::shared_ptr<Processor> processor, bool us
|
|||
}
|
||||
|
||||
if (boost::dynamic_pointer_cast<InternalSend> (processor) == 0) {
|
||||
SendUIWindow* w = new SendUIWindow (send, _session);
|
||||
w->show ();
|
||||
|
||||
gidget = new SendUIWindow (send, _session);
|
||||
|
||||
} else {
|
||||
/* assign internal send to main fader */
|
||||
|
||||
if (_parent_strip) {
|
||||
if (_parent_strip->current_delivery() == send) {
|
||||
_parent_strip->revert_to_default_display ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue