diff --git a/src/ce_miniexplorer.pas b/src/ce_miniexplorer.pas index e2d04803..245905a1 100644 --- a/src/ce_miniexplorer.pas +++ b/src/ce_miniexplorer.pas @@ -303,6 +303,7 @@ begin if lstFav.Selected = nil then exit; lstFiles.Items.Clear; expandPath(lstFav.Selected.Caption); + tree.MakeSelectionVisible; end; {$ENDREGION}