mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibGUI: Make color picker opacity sliders react to the chosen color
This commit is contained in:
committed by
Sam Atkins
parent
f828bf6479
commit
c8f9bfe026
@@ -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();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user