mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:49:39 +02:00
Changes the default style of the brush of a TFPImageCanvas to bsSolid
git-svn-id: trunk@16304 -
This commit is contained in:
parent
584fa63ea4
commit
d077572f85
@ -105,10 +105,7 @@ end;
|
|||||||
function TFPPixelCanvas.DoCreateDefaultBrush : TFPCustomBrush;
|
function TFPPixelCanvas.DoCreateDefaultBrush : TFPCustomBrush;
|
||||||
begin
|
begin
|
||||||
result := TFPEmptyBrush.Create;
|
result := TFPEmptyBrush.Create;
|
||||||
with result do
|
result.Style := bsSolid;
|
||||||
begin
|
|
||||||
Style := bsClear;
|
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TFPPixelCanvas.DoTextOut (x,y:integer;text:string);
|
procedure TFPPixelCanvas.DoTextOut (x,y:integer;text:string);
|
||||||
|
Loading…
Reference in New Issue
Block a user