Fixed #10474
This commit is contained in:
@@ -132,7 +132,7 @@ public class ColorPicker extends BaseDialog{
|
||||
|
||||
hexField = t.field(current.toString(), value -> {
|
||||
try{
|
||||
current.set(Color.valueOf(value).a(a));
|
||||
Color.valueOf(current, value);
|
||||
current.toHsv(values);
|
||||
h = values[0];
|
||||
s = values[1];
|
||||
|
||||
Reference in New Issue
Block a user