summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UMain.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/UMain.pas b/UMain.pas
index e799466..318f53e 100644
--- a/UMain.pas
+++ b/UMain.pas
@@ -5674,6 +5674,7 @@ begin
if LeftPanel then LeftPanelEngine := TabEngines[i]
else RightPanelEngine := TabEngines[i];
ChangingDir(LeftPanel, ATabList[i], PathsHighlight[i]);
+ AListView.SetSortInfo(Integer(TabSortIDs[i]), TGTKTreeViewSortOrder(Integer(TabSortTypes[i])));
end;
// Remove the tabs
SwitchTab(-1, LeftPanel, False);