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