diff --git a/haxe/ui/components/ColorPicker.hx b/haxe/ui/components/ColorPicker.hx index 2122d720b..7bbbdfcde 100644 --- a/haxe/ui/components/ColorPicker.hx +++ b/haxe/ui/components/ColorPicker.hx @@ -223,6 +223,7 @@ private class HSVColorPickerImpl extends ColorPickerImpl { @:bind(this, UIEvent.SHOWN) private function _onShown(_) { _saturationValueGraphLastHue = null; + updateSaturationValueGraph(); } private var _saturationValueGraphBytes:Bytes = null;