mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-24 07:04:05 +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);
|
procedure TfrView.SetFillColor(const AValue: TColor);
|
||||||
begin
|
begin
|
||||||
if (aValue<>fFillColor) and (fUpdate=0) then
|
if aValue<>fFillColor then
|
||||||
begin
|
begin
|
||||||
BeforeChange;
|
BeforeChange;
|
||||||
fFillColor:=aValue;
|
fFillColor:=aValue;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user