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