mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:17:35 +00:00
LibGUI: Make color picker opacity sliders react to the chosen color
This commit is contained in:
parent
f828bf6479
commit
c8f9bfe026
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ void ColorPicker::build_ui_custom(Widget& root_container)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_alpha->set_base_color(color);
|
||||||
m_color = color;
|
m_color = color;
|
||||||
update_color_widgets();
|
update_color_widgets();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue