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; inherited Create;
FBitmap := nil; FBitmap := nil;
FColor := clWhite; FColor := clWhite;
FPColor := TColorToFPColor(FColor); inherited SetFPColor(TColorToFPColor(FColor));
DelayAllocate := True; DelayAllocate := True;
FInternalUpdateIndex := -1; FInternalUpdateIndex := -1;
inherited SetStyle(bsSolid); inherited SetStyle(bsSolid);