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:
parent
26b0f4f5a1
commit
4fa697e0ea
@ -173,7 +173,7 @@ end;
|
||||
|
||||
function THSLRingPicker.GetBlue: Integer;
|
||||
begin
|
||||
Result := GetRValue(FSelectedColor);
|
||||
Result := GetBValue(FSelectedColor);
|
||||
end;
|
||||
|
||||
function THSLRingPicker.GetBrightnessMode: TBrightnessMode;
|
||||
|
Loading…
Reference in New Issue
Block a user