Fix issue #0004082.
git-svn-id: svn://localhost/ardour2/branches/3.0@9664 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
be1b92dbf0
commit
ba5b31dfdf
@ -1823,7 +1823,9 @@ ProcessorBox::toggle_edit_processor (boost::shared_ptr<Processor> processor)
|
||||
|
||||
if (boost::dynamic_pointer_cast<Amp> (processor)) {
|
||||
|
||||
_parent_strip->revert_to_default_display ();
|
||||
if (_parent_strip) {
|
||||
_parent_strip->revert_to_default_display ();
|
||||
}
|
||||
|
||||
} else if ((internal_send = boost::dynamic_pointer_cast<InternalSend> (processor)) != 0) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user