13
0

Don't complain about properties with plugins that do not support them.

This commit is contained in:
David Robillard 2014-10-31 22:17:30 -04:00
parent b6d8805961
commit 0178f85b05

View File

@ -340,7 +340,9 @@ GenericPluginUI::build ()
<< " type " << d->datatype << std::endl;
}
}
plugin->announce_property_values();
if (!descs.empty()) {
plugin->announce_property_values();
}
// Iterate over the list of controls to find which adjacent controls
// are similar enough to be grouped together.