LazReport, fix fillcolor value not changed on update status

git-svn-id: trunk@43470 -
This commit is contained in:
jesus 2013-11-21 05:40:28 +00:00
parent 2ff9c62e4a
commit a15b6e1e64

View File

@ -2727,7 +2727,7 @@ end;
procedure TfrView.SetFillColor(const AValue: TColor);
begin
if (aValue<>fFillColor) and (fUpdate=0) then
if aValue<>fFillColor then
begin
BeforeChange;
fFillColor:=aValue;