File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ private class HSVColorPickerImpl extends ColorPickerImpl {
175
175
private override function onReady () {
176
176
super .onReady ();
177
177
saturationValueGraph .invalidateComponentLayout ();
178
+ saturationValueGraph .validateNow ();
178
179
}
179
180
180
181
private override function onCurrentColorChanged () {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import haxe.ui.util.Color;
13
13
<dropdown type="color" width="65">
14
14
<item-renderer width="100%">
15
15
<box id="selectedColorPreviewContainer" width="100%">
16
- <box id="selectedColorPreview" width="100%" style="background-color:#ff0000 ">
16
+ <box id="selectedColorPreview" width="100%" style="background-color:#000000 ">
17
17
<label text="" /> <!-- just to get the right size for a normal (text) dropdown -->
18
18
</box>
19
19
</box>
You can’t perform that action at this time.
0 commit comments