Uncommented SetIsPersistent
This commit is contained in:
parent
daab017fbd
commit
b438a2e2e4
@ -131,7 +131,7 @@ function MarkPersistent(e: IwbMainRecord): boolean;
|
|||||||
begin
|
begin
|
||||||
AddMessage(' + Marking as persistent: ' + GetElementEditValues(e, 'NAME') + ' - (' + Name(e) + ')');
|
AddMessage(' + Marking as persistent: ' + GetElementEditValues(e, 'NAME') + ' - (' + Name(e) + ')');
|
||||||
Inc(flaggedCount);
|
Inc(flaggedCount);
|
||||||
//SetIsPersistent(e, True);
|
SetIsPersistent(e, True);
|
||||||
CheckNonPersistentOverride(e);
|
CheckNonPersistentOverride(e);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user