diff --git a/qt/OpenRGBDevicePage.cpp b/qt/OpenRGBDevicePage.cpp index 5519d3b0..865727c2 100644 --- a/qt/OpenRGBDevicePage.cpp +++ b/qt/OpenRGBDevicePage.cpp @@ -628,7 +628,8 @@ void Ui::OpenRGBDevicePage::SetDevice(unsigned char red, unsigned char green, un ui->BlueSpinBox->setValue(blue); UpdatingColor = false; updateHSV(); - + updateWheel(); + on_SetDeviceButton_clicked(); } @@ -861,7 +862,7 @@ void Ui::OpenRGBDevicePage::on_ColorWheelBox_colorChanged(const QColor color) { return; } - + UpdatingColor = true; ui->RedSpinBox->setValue(color.red()); ui->GreenSpinBox->setValue(color.green());