FIX #2675: the Start Path in Search Dialog in some FileSource (ie. TMountedFileSource)

(cherry picked from commit e8ec4ecb01)
This commit is contained in:
rich2014 2026-01-02 17:23:44 +08:00 committed by Alexander Koblov
commit e340380e91

View file

@ -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;