* revert accidentally modified file.

git-svn-id: trunk@49491 -
This commit is contained in:
marco 2021-06-08 08:53:42 +00:00
parent 09290da51e
commit 4895133646

View File

@ -2554,7 +2554,7 @@ end;
procedure TIndexDef.SetDescFields(const AValue: string);
begin
if FDescFields=AValue then exit;
if AValue <> '' then FOptions[A:=FOptions + [ixDescending];
if AValue <> '' then FOptions:=FOptions + [ixDescending];
FDescFields:=AValue;
end;