You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1584 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -187,13 +187,12 @@ begin
|
||||
X := X div FButtonWidth;
|
||||
Y := Y div FButtonHeight;
|
||||
|
||||
// if X + Y * FCols < 0 then
|
||||
// Exit;
|
||||
if X + Y * FCols < 0 then
|
||||
Exit;
|
||||
|
||||
if X + Y * FCols < FColors.Count then
|
||||
begin
|
||||
PickedColor := TColor(FColors.Items[X + Y * FCols]);
|
||||
//if PickedColor <> clNone then ColorPick(PickedColor, Shift);
|
||||
PickShift := Shift;
|
||||
end;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user