mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +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;
|
||||
|
||||
begin
|
||||
// Previous run objects
|
||||
EmptyRTObjects;
|
||||
// Variables
|
||||
FRTCurPageIdx := -1;
|
||||
FDateCreated := Now;
|
||||
|
Loading…
Reference in New Issue
Block a user