You've already forked lazarus-ccr
RxFPC:fix sorting items on TFolderLister
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6670 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -141,7 +141,7 @@ begin
|
||||
AFolderList:=TStringList.Create;
|
||||
AFolderList.Sorted:=true;
|
||||
AFileList:=TStringList.Create;
|
||||
AFolderList.Sorted:=true;
|
||||
AFileList.Sorted:=true;
|
||||
try
|
||||
R:=FindFirstUTF8(S+AllMask,faAnyFile, Rec);
|
||||
while R=0 do
|
||||
|
Reference in New Issue
Block a user