You've already forked lazarus-ccr
mbColorLib: Fix typo in HSLRingPicker.GetBlue (https://forum.lazarus.freepascal.org/index.php/topic,56117.msg417090.html#msg417090).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8083 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -173,7 +173,7 @@ end;
|
||||
|
||||
function THSLRingPicker.GetBlue: Integer;
|
||||
begin
|
||||
Result := GetRValue(FSelectedColor);
|
||||
Result := GetBValue(FSelectedColor);
|
||||
end;
|
||||
|
||||
function THSLRingPicker.GetBrightnessMode: TBrightnessMode;
|
||||
|
Reference in New Issue
Block a user