Skip to content

Commit

Permalink
force redraw after picker is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed May 13, 2024
1 parent 8c452f8 commit 9d9b344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haxe/ui/components/ColorPicker.hx
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ private class HSVColorPickerImpl extends ColorPickerImpl {
@:bind(this, UIEvent.SHOWN)
private function _onShown(_) {
_saturationValueGraphLastHue = null;
updateSaturationValueGraph();
}

private var _saturationValueGraphBytes:Bytes = null;
Expand Down

0 comments on commit 9d9b344

Please sign in to comment.