diff --git a/qt/DeviceView.cpp b/qt/DeviceView.cpp index bcd15fa7..d382254d 100644 --- a/qt/DeviceView.cpp +++ b/qt/DeviceView.cpp @@ -521,4 +521,5 @@ void DeviceView::setSelectionColor(RGBColor color) } } controller->UpdateLEDs(); + update(); }