ColorPicker: allow other color wheels in okhsl mode

remove `get_shape_override` in ColorMode
This commit is contained in:
LuoZhihao 2024-11-25 12:46:39 +08:00
parent 36d90c73a8
commit 67c2115c50
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);