git-svn-id: svn://localhost/ardour2/branches/3.0@9664 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2011-06-01 22:44:11 +00:00
parent be1b92dbf0
commit ba5b31dfdf

View File

@ -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) {