Fix reopened issue 993 (#1062)

This commit is contained in:
Paulchen Panther
2020-11-01 19:15:22 +01:00
committed by GitHub
parent f7ccf9d0da
commit 958975975c
4 changed files with 22 additions and 33 deletions

View File

@@ -391,10 +391,8 @@ end:
// register color
registerInput(priority, hyperion::COMP_COLOR, origin);
// write color to muxer & queuePush
// write color to muxer
setInput(priority, newLedColors, timeout_ms);
if (timeout_ms <= 0)
_muxer.queuePush();
}
QStringList Hyperion::getAdjustmentIds() const