mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 11:01:20 +02:00
AnchorDockingDsgn: Just load config from file, when file is available or settings from ADLayoutDefault.lrs will be ignored
git-svn-id: trunk@64816 -
This commit is contained in:
parent
0a5bd9f64e
commit
9432e8db16
@ -197,7 +197,8 @@ begin
|
||||
try
|
||||
Config:=GetIDEConfigStorage('anchordockoptions.xml',true);
|
||||
try
|
||||
FSettings.LoadFromConfig(Config);
|
||||
if FileExistsUTF8(Config.GetFilename) then
|
||||
FSettings.LoadFromConfig(Config);
|
||||
finally
|
||||
Config.Free;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user