diff --git a/Source/Editor/GUI/Dialogs/ColorPickerDialog.cs b/Source/Editor/GUI/Dialogs/ColorPickerDialog.cs index 9704a33fa..fc66f284a 100644 --- a/Source/Editor/GUI/Dialogs/ColorPickerDialog.cs +++ b/Source/Editor/GUI/Dialogs/ColorPickerDialog.cs @@ -389,7 +389,7 @@ namespace FlaxEditor.GUI.Dialogs } } } - Render2D.FillRectangle(newRect, _value * _value.A); + Render2D.FillRectangle(newRect, _value); } ///