fix #93 - explorer file list not sorted anymore with lcl 2.2

This commit is contained in:
Basile Burg 2021-09-23 02:28:43 +02:00
parent bf24e5692b
commit 9e156b6fa7
1 changed files with 1 additions and 0 deletions

View File

@ -813,6 +813,7 @@ begin
exit;
fLastFold := treeFolders.Path.extractFileDir; // trailing path sep
subjMnexDirectoryChanged(fMnxSubj, fLastFold);
lstFiles.Sort();
end;
procedure TMiniExplorerWidget.treeFoldersDblClick(Sender: TObject);