Update colorPicker.ed.gui

This commit is contained in:
marauder2k7 2025-01-23 19:24:11 +00:00
parent d06a28041d
commit 7ffb27dab3

View file

@ -442,7 +442,7 @@ function ColorPickerRGBClass::onValidate(%this)
else
{
%hsb = ColorLinearRGBToHSB(%red SPC %green SPC %blue);
%alpha *= 255.0
%alpha *= 255.0;
}
// these automatically update our ColorNewSelected which
// updates all text fields including these.