mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix ColorPicker after adding intensity sliders.
This commit is contained in:
parent
825ef2387f
commit
5412885a7a
2 changed files with 2 additions and 1 deletions
|
|
@ -972,6 +972,7 @@ void ColorPicker::set_picker_shape(PickerShapeType p_shape) {
|
|||
}
|
||||
#endif
|
||||
|
||||
_copy_normalized_to_hsv_okhsl();
|
||||
_update_controls();
|
||||
_update_color();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue