mini explorer, set folder visible on fav dbl click

This commit is contained in:
Basile Burg 2015-12-07 05:48:29 +01:00
parent daa90d33be
commit 8ad5eaa025
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ begin
if lstFav.Selected = nil then exit;
lstFiles.Items.Clear;
expandPath(lstFav.Selected.Caption);
tree.MakeSelectionVisible;
end;
{$ENDREGION}