From 63f005d4fc12de128f3877d98c282d52fa7d3153 Mon Sep 17 00:00:00 2001 From: k1-801 Date: Thu, 20 Aug 2020 04:28:40 +0400 Subject: [PATCH] Forgot a DeviceView update in setSelectionColor --- qt/DeviceView.cpp | 1 + 1 file changed, 1 insertion(+) 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(); }