mirror of https://gitlab.com/basile.b/dexed.git
fix #93 - explorer file list not sorted anymore with lcl 2.2
This commit is contained in:
parent
bf24e5692b
commit
9e156b6fa7
|
@ -813,6 +813,7 @@ begin
|
||||||
exit;
|
exit;
|
||||||
fLastFold := treeFolders.Path.extractFileDir; // trailing path sep
|
fLastFold := treeFolders.Path.extractFileDir; // trailing path sep
|
||||||
subjMnexDirectoryChanged(fMnxSubj, fLastFold);
|
subjMnexDirectoryChanged(fMnxSubj, fLastFold);
|
||||||
|
lstFiles.Sort();
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TMiniExplorerWidget.treeFoldersDblClick(Sender: TObject);
|
procedure TMiniExplorerWidget.treeFoldersDblClick(Sender: TObject);
|
||||||
|
|
Loading…
Reference in New Issue