mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-12 01:49:42 -04:00
Fix wheel color changing when setting all devices
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user