fix #376 - arrow back in explorer has no effect when term follows the explorer curr dir

This commit is contained in:
Basile Burg 2018-11-02 04:45:38 +01:00
parent b322bed360
commit 3ddc0b5928
2 changed files with 4 additions and 1 deletions

View File

@ -180,11 +180,11 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
Top = 2
Width = 329
ButtonWidth = 23
NumGlyphs = 1
Flat = True
Align = alClient
BorderSpacing.Left = 180
BorderSpacing.Around = 2
NumGlyphs = 1
MaxLength = 0
TabOrder = 0
OnButtonClick = lstFilterButtonClick

View File

@ -704,7 +704,10 @@ var
begin
p := treeFolders.Root.extractFileDir;
if p.dirExists then
begin
treeFolders.Root := p;
subjMnexDirectoryChanged(fMnxSubj, p);
end;
end;
procedure TCEMiniExplorerWidget.lstFilesDblClick(Sender: TObject);