1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:07:35 +00:00

LibGUI: Show current and selected color comparison in ColorPicker

This commit is contained in:
LepkoQQ 2020-08-25 22:38:59 +02:00 committed by Andreas Kling
parent 9f5310d607
commit b10dde70b7
2 changed files with 23 additions and 10 deletions

View file

@ -58,7 +58,7 @@ private:
Vector<ColorButton*> m_color_widgets;
RefPtr<CustomColorWidget> m_custom_color;
RefPtr<Frame> m_preview_widget;
RefPtr<Widget> m_preview_widget;
RefPtr<TextBox> m_html_text;
RefPtr<SpinBox> m_red_spinbox;
RefPtr<SpinBox> m_green_spinbox;