Update color wheel when choosing an LED from the LED selection box

This commit is contained in:
Adam Honse 2020-03-31 16:34:55 -05:00
parent d791361f22
commit 0c7009b973

View file

@ -177,6 +177,7 @@ void Ui::OpenRGBDevicePage::on_LEDBox_currentIndexChanged(int index)
ui->BlueSpinBox->setValue(RGBGetBValue(color));
UpdatingColor = false;
updateHSV();
updateWheel();
}
break;
@ -192,6 +193,7 @@ void Ui::OpenRGBDevicePage::on_LEDBox_currentIndexChanged(int index)
ui->BlueSpinBox->setValue(RGBGetBValue(color));
UpdatingColor = false;
updateHSV();
updateWheel();
}
break;
}