mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
fix input selection wont work when color is set (#259)
This commit is contained in:
parent
6a26e4fd5f
commit
5aa9edc1cd
@ -828,7 +828,7 @@ void Hyperion::setColors(int priority, const std::vector<ColorRgb>& ledColors, c
|
|||||||
_muxer.setInput(priority, ledColors);
|
_muxer.setInput(priority, ledColors);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (priority == _muxer.getCurrentPriority())
|
if (! _sourceAutoSelectEnabled || priority == _muxer.getCurrentPriority())
|
||||||
{
|
{
|
||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user