mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX #2675: the Start Path in Search Dialog in some FileSource (ie. TMountedFileSource)
(cherry picked from commit e8ec4ecb01)
This commit is contained in:
parent
d6537aa308
commit
e340380e91
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ begin
|
|||
LoadPlugins;
|
||||
ClearFilter;
|
||||
// SetWindowCaption(wcs_NewSearch);
|
||||
cmbFindPathStart.Text := FileView.CurrentPath;
|
||||
cmbFindPathStart.Text := FileView.CurrentRealPath;
|
||||
|
||||
// Get paths of selected files, if any.
|
||||
FSelectedFiles.Clear;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue