mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-11 05:38:00 -05:00
Find Declaration fix.
This commit is contained in:
parent
1f25b99b8a
commit
66fcd0a928
@ -1781,6 +1781,7 @@ procedure TForm1.FormCreate(Sender: TObject);
|
|||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
b.SaveToStream(ms);
|
b.SaveToStream(ms);
|
||||||
Run(ms, nil, -1, True);
|
Run(ms, nil, -1, True);
|
||||||
|
FileName := '!PSCORE!';
|
||||||
end;
|
end;
|
||||||
finally
|
finally
|
||||||
b.Free;
|
b.Free;
|
||||||
|
Loading…
Reference in New Issue
Block a user