mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 19:30:06 +01:00
LazReport, fix fillcolor value not changed on update status
git-svn-id: trunk@43470 -
This commit is contained in:
parent
2ff9c62e4a
commit
a15b6e1e64
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user