mirror of https://gitlab.com/basile.b/dexed.git
mini explorer, set folder visible on fav dbl click
This commit is contained in:
parent
daa90d33be
commit
8ad5eaa025
|
@ -303,6 +303,7 @@ begin
|
||||||
if lstFav.Selected = nil then exit;
|
if lstFav.Selected = nil then exit;
|
||||||
lstFiles.Items.Clear;
|
lstFiles.Items.Clear;
|
||||||
expandPath(lstFav.Selected.Caption);
|
expandPath(lstFav.Selected.Caption);
|
||||||
|
tree.MakeSelectionVisible;
|
||||||
end;
|
end;
|
||||||
{$ENDREGION}
|
{$ENDREGION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue