fix: typo in color input selector. changed from red to blue (#5982)
This commit is contained in:
@@ -82,7 +82,7 @@ ColorInput::ColorInput(QColor color, QWidget *parent)
|
||||
initComponent(this->green_, "Green:", [](auto &color, int value) {
|
||||
color.setGreen(value);
|
||||
});
|
||||
initComponent(this->blue_, "Red:", [](auto &color, int value) {
|
||||
initComponent(this->blue_, "Blue:", [](auto &color, int value) {
|
||||
color.setBlue(value);
|
||||
});
|
||||
initComponent(this->alpha_, "Alpha:", [](auto &color, int value) {
|
||||
|
||||
Reference in New Issue
Block a user