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
|
Top = 2
|
||||||
Width = 329
|
Width = 329
|
||||||
ButtonWidth = 23
|
ButtonWidth = 23
|
||||||
NumGlyphs = 1
|
|
||||||
Flat = True
|
Flat = True
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Left = 180
|
BorderSpacing.Left = 180
|
||||||
BorderSpacing.Around = 2
|
BorderSpacing.Around = 2
|
||||||
|
NumGlyphs = 1
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
OnButtonClick = lstFilterButtonClick
|
OnButtonClick = lstFilterButtonClick
|
||||||
|
|
|
@ -704,7 +704,10 @@ var
|
||||||
begin
|
begin
|
||||||
p := treeFolders.Root.extractFileDir;
|
p := treeFolders.Root.extractFileDir;
|
||||||
if p.dirExists then
|
if p.dirExists then
|
||||||
|
begin
|
||||||
treeFolders.Root := p;
|
treeFolders.Root := p;
|
||||||
|
subjMnexDirectoryChanged(fMnxSubj, p);
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCEMiniExplorerWidget.lstFilesDblClick(Sender: TObject);
|
procedure TCEMiniExplorerWidget.lstFilesDblClick(Sender: TObject);
|
||||||
|
|
Loading…
Reference in New Issue