mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 17:11:59 +02:00
cody: save settings on exit
git-svn-id: trunk@55437 -
This commit is contained in:
parent
bc7a85869f
commit
5305e255e4
@ -204,6 +204,8 @@ begin
|
||||
end;
|
||||
|
||||
finalization
|
||||
if CodyOptions<>nil then
|
||||
CodyOptions.SaveSafe;
|
||||
FreeAndNil(CodyOptions);
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user