mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-10 11:25:06 -05:00
Fix InvalidTypecast. Forms are cleaned up by the LCL.
This commit is contained in:
parent
8d852cf18f
commit
1c026294ba
@ -213,8 +213,8 @@ procedure Free;
|
||||
begin
|
||||
if (started) then
|
||||
Timer.Enabled := False;//Freeing the components is not needed, as they will be freed upon the freeing of Simba.
|
||||
if F <> nil then
|
||||
F.Free;
|
||||
{ if F <> nil then
|
||||
F.Free; }
|
||||
end;
|
||||
|
||||
procedure Attach;
|
||||
|
@ -1395,7 +1395,7 @@ end;
|
||||
procedure Free;
|
||||
begin
|
||||
// Only here so people won't freak out. :)
|
||||
Icon_Lock.Free;
|
||||
{ Icon_Lock.Free; }
|
||||
end;
|
||||
|
||||
{$IFDEF EXTENSION}
|
||||
|
@ -267,8 +267,8 @@ procedure Free;
|
||||
begin
|
||||
if (started) then
|
||||
Timer.Enabled := False;//Freeing the components is not needed, as they will be freed upon the freeing of Simba.
|
||||
if F <> nil then
|
||||
F.Free;
|
||||
{ if F <> nil then
|
||||
F.Free; }
|
||||
end;
|
||||
|
||||
procedure Attach;
|
||||
|
Loading…
Reference in New Issue
Block a user