lcl: correct FPColor assignment while TBrush constructing

git-svn-id: trunk@29953 -
This commit is contained in:
paul 2011-03-21 06:25:00 +00:00
parent 2c5f759de9
commit a7816a6197

View File

@ -91,7 +91,7 @@ begin
inherited Create;
FBitmap := nil;
FColor := clWhite;
FPColor := TColorToFPColor(FColor);
inherited SetFPColor(TColorToFPColor(FColor));
DelayAllocate := True;
FInternalUpdateIndex := -1;
inherited SetStyle(bsSolid);