mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 12:19:18 +02:00
* Fix bug #33400, clear should also clear run-time objects
git-svn-id: trunk@38469 -
This commit is contained in:
parent
ad409edb30
commit
ba97e919e6
@ -7817,6 +7817,8 @@ Var
|
|||||||
P : TFPReportCustomPage;
|
P : TFPReportCustomPage;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
// Previous run objects
|
||||||
|
EmptyRTObjects;
|
||||||
// Variables
|
// Variables
|
||||||
FRTCurPageIdx := -1;
|
FRTCurPageIdx := -1;
|
||||||
FDateCreated := Now;
|
FDateCreated := Now;
|
||||||
|
Loading…
Reference in New Issue
Block a user