Fixed: wrong version committed
This commit is contained in:
parent
330ba47f5e
commit
ccda940d01
@ -206,7 +206,6 @@ begin
|
|||||||
pDefine := FFactory.GetDefine(FSection, AName);
|
pDefine := FFactory.GetDefine(FSection, AName);
|
||||||
|
|
||||||
if not InternalReadBool(AName, Result) then
|
if not InternalReadBool(AName, Result) then
|
||||||
begin
|
|
||||||
if Assigned(pDefine) then
|
if Assigned(pDefine) then
|
||||||
Result := pDefine.Value
|
Result := pDefine.Value
|
||||||
else
|
else
|
||||||
@ -219,7 +218,6 @@ begin
|
|||||||
Result := vValue;
|
Result := vValue;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
|
||||||
|
|
||||||
function TX2Settings.ReadBool(const AName: String;
|
function TX2Settings.ReadBool(const AName: String;
|
||||||
const ADefault: Boolean): Boolean;
|
const ADefault: Boolean): Boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user