fix a typo
This commit is contained in:
parent
50f0e59087
commit
3dd3c35dfe
@ -729,7 +729,7 @@ PluginInsert::configure_io (ChanCount in, ChanCount out)
|
|||||||
switch (_match.method) {
|
switch (_match.method) {
|
||||||
case Split:
|
case Split:
|
||||||
case Hide:
|
case Hide:
|
||||||
if (_plugins.front()->configure_io (_plugins.front()->get_info()->n_inputs, out)) {
|
if (_plugins.front()->configure_io (_plugins.front()->get_info()->n_inputs, out) == false) {
|
||||||
PluginIoReConfigure (); /* EMIT SIGNAL */
|
PluginIoReConfigure (); /* EMIT SIGNAL */
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user