Merge pull request #99662 from beicause/color-picker-wheels-in-okhsl

ColorPicker: Allow other color wheels in okhsl mode
This commit is contained in:
Thaddeus Crews 2025-03-11 14:00:59 -05:00
commit deb9705b77
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
3 changed files with 16 additions and 26 deletions

View file

@ -277,7 +277,6 @@ private:
void _copy_color_to_hsv();
void _copy_hsv_to_color();
PickerShapeType _get_actual_shape() const;
void create_slider(GridContainer *gc, int idx);
void _reset_sliders_theme();
void _html_submitted(const String &p_html);