mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 23:39:03 +02:00
cody: store only if modified
This commit is contained in:
parent
45e4ca66f3
commit
a374f1e5e6
@ -210,7 +210,7 @@ begin
|
||||
end;
|
||||
|
||||
finalization
|
||||
if CodyOptions<>nil then
|
||||
if (CodyOptions<>nil) and CodyOptions.Modified then
|
||||
CodyOptions.SaveSafe;
|
||||
FreeAndNil(CodyOptions);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user