Forgot a DeviceView update in setSelectionColor

This commit is contained in:
k1-801 2020-08-20 04:28:40 +04:00 committed by Adam Honse
parent 4601b91f1f
commit 63f005d4fc

View file

@ -521,4 +521,5 @@ void DeviceView::setSelectionColor(RGBColor color)
}
}
controller->UpdateLEDs();
update();
}