1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-25 10:42:20 -05:00

Fixed small bug.

This commit is contained in:
Raymond 2010-04-29 11:33:04 +02:00
parent b082c75daa
commit 325493c8e2

View File

@ -143,6 +143,7 @@ begin
end;
SP_OnTerminate :
begin
FOnTerminateProcs.Clear;
for i := 0 to high(value) do
FOnTerminateProcs.Add(Value[i]);
FProperties := FProperties + [prop];