mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
prepare UI for missing plugins
This commit is contained in:
parent
e7bbed3150
commit
eddf50185b
2 changed files with 4 additions and 1 deletions
|
|
@ -120,6 +120,9 @@ ProcessorEntry::ProcessorEntry (ProcessorBox* parent, boost::shared_ptr<Processo
|
|||
if (boost::dynamic_pointer_cast<PeakMeter> (_processor)) {
|
||||
_button.set_elements(ArdourButton::Element(_button.elements() & ~ArdourButton::Indicator));
|
||||
}
|
||||
if (boost::dynamic_pointer_cast<UnknownProcessor> (_processor)) {
|
||||
_button.set_elements(ArdourButton::Element(_button.elements() & ~ArdourButton::Indicator));
|
||||
}
|
||||
if (_processor) {
|
||||
|
||||
_vbox.pack_start (_routing_icon);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue