Merge pull request #110160 from WhalesState/cp-intensity

Fix ColorPicker after adding intensity sliders.
This commit is contained in:
Thaddeus Crews
2025-09-01 11:14:11 -05:00
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();
}