diff --git a/components/anchordocking/design/anchordesktopoptions.pas b/components/anchordocking/design/anchordesktopoptions.pas index 889343def4..0d5fbd1f1d 100644 --- a/components/anchordocking/design/anchordesktopoptions.pas +++ b/components/anchordocking/design/anchordesktopoptions.pas @@ -197,8 +197,7 @@ begin try Config:=GetIDEConfigStorage('anchordockoptions.xml',true); try - if FileExistsUTF8(Config.GetFilename) then - FSettings.LoadFromConfig(Config); + FSettings.LoadFromConfig(Config); finally Config.Free; end;