mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 05:09:07 +02:00
* revert accidentally modified file.
git-svn-id: trunk@49491 -
This commit is contained in:
parent
09290da51e
commit
4895133646
@ -2554,7 +2554,7 @@ end;
|
|||||||
procedure TIndexDef.SetDescFields(const AValue: string);
|
procedure TIndexDef.SetDescFields(const AValue: string);
|
||||||
begin
|
begin
|
||||||
if FDescFields=AValue then exit;
|
if FDescFields=AValue then exit;
|
||||||
if AValue <> '' then FOptions[A:=FOptions + [ixDescending];
|
if AValue <> '' then FOptions:=FOptions + [ixDescending];
|
||||||
FDescFields:=AValue;
|
FDescFields:=AValue;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user