You've already forked lazarus-ccr
mbColorLib: one test forgotten in prev commit...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5518 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -250,10 +250,10 @@ end;
|
||||
procedure TmbCustomPicker.InternalDrawMarker(X, Y: Integer; C: TColor);
|
||||
begin
|
||||
case MarkerStyle of
|
||||
msCircle: DrawSelCirc(x, y, Canvas);
|
||||
msSquare: DrawSelSquare(x, y, Canvas);
|
||||
msCross: DrawSelCross(x, y, Canvas, c);
|
||||
msCrossCirc: DrawSelCrossCirc(x, y, Canvas, c);
|
||||
msCircle : DrawSelCirc(x, y, Canvas);
|
||||
msSquare : DrawSelSquare(x, y, Canvas);
|
||||
msCross : DrawSelCross(x, y, Canvas, c);
|
||||
msCrossCirc : DrawSelCrossCirc(x, y, Canvas, c);
|
||||
end;
|
||||
end;
|
||||
(*
|
||||
@ -317,8 +317,8 @@ end;
|
||||
|
||||
procedure TmbCustomPicker.WebSafeChanged;
|
||||
begin
|
||||
CreateGradient;
|
||||
Invalidate;
|
||||
CreateGradient;
|
||||
Invalidate;
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user