mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:19:22 +02:00
AnchorDockingDsgn: Revert revision 64816 #9432e8db16 as it breaks loading of default layout. Issue #38753
git-svn-id: trunk@64994 -
This commit is contained in:
parent
37ed94e5eb
commit
ca6d5a9984
@ -197,8 +197,7 @@ begin
|
|||||||
try
|
try
|
||||||
Config:=GetIDEConfigStorage('anchordockoptions.xml',true);
|
Config:=GetIDEConfigStorage('anchordockoptions.xml',true);
|
||||||
try
|
try
|
||||||
if FileExistsUTF8(Config.GetFilename) then
|
FSettings.LoadFromConfig(Config);
|
||||||
FSettings.LoadFromConfig(Config);
|
|
||||||
finally
|
finally
|
||||||
Config.Free;
|
Config.Free;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user