Fix ColorPicker after adding intensity sliders.

This commit is contained in:
Mounir Tohami
2025-09-01 13:06:44 +03:00
parent 825ef2387f
commit 5412885a7a
2 changed files with 2 additions and 1 deletions

View File

@@ -972,6 +972,7 @@ void ColorPicker::set_picker_shape(PickerShapeType p_shape) {
}
#endif
_copy_normalized_to_hsv_okhsl();
_update_controls();
_update_color();
}