Skip to content

Commit

Permalink
default to black (no event)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Aug 8, 2024
1 parent b160334 commit dd8a3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/components/ColorPicker.hx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private class HSVColorPickerImpl extends ColorPickerImpl {
saturationValueGraph.componentGraphics.setProperty("html5.graphics.method", "canvas");
hueGraph.componentGraphics.setProperty("html5.graphics.method", "canvas");
pauseEvent(UIEvent.CHANGE);
currentColor = 0xFF0000;
currentColor = 0x000000;
}

private override function set_currentColor(value:Null<Color>):Null<Color> {
Expand Down

0 comments on commit dd8a3f9

Please sign in to comment.