mirror of https://gitlab.com/basile.b/dexed.git
fix #376 - arrow back in explorer has no effect when term follows the explorer curr dir
This commit is contained in:
parent
b322bed360
commit
3ddc0b5928
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue