mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +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;
|
||||
begin
|
||||
result := TFPEmptyBrush.Create;
|
||||
with result do
|
||||
begin
|
||||
Style := bsClear;
|
||||
end;
|
||||
result.Style := bsSolid;
|
||||
end;
|
||||
|
||||
procedure TFPPixelCanvas.DoTextOut (x,y:integer;text:string);
|
||||
|
Loading…
Reference in New Issue
Block a user