This commit is contained in:
Robin Gareus
2025-11-23 00:09:31 +01:00
parent 7ec70c66ff
commit 252c2240e1

View File

@@ -388,7 +388,7 @@ IOPlug::property_changed_externally (uint32_t which, Variant val)
void
IOPlug::processor_change (RouteProcessorChange const& rpc)
{
if (rpc & RouteProcessorChange::PortNameChange) {
if (rpc.type & RouteProcessorChange::PortNameChange) {
set_pretty_port_names ();
}
}