In HSLColorPicker.pas look for HSPickerChange(). Then change to:
Delphi-Quellcode:
procedure THSLColorPicker.HSPickerChange(Sender: TObject);
begin
FLPicker.Hue := FHSPicker.HueValue;
// FLPicker.Saturation := FHSPicker.SaturationValue;
// DoChange;
end;
(lines 2 and 3 in this method is not needed any more, because creates problem I told in previous post).