mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [2922706] Incorrect folders in file panels after settings were removed
This commit is contained in:
parent
e62dbc357c
commit
d276bca31f
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ begin
|
|||
FFileSources := TFileSources.Create;
|
||||
FFileSources.Add(FileSource);
|
||||
FCurrentPaths := TStringList.Create;
|
||||
FCurrentPaths.Add(Path);
|
||||
FCurrentPaths.Add(IncludeTrailingPathDelimiter(Path));
|
||||
|
||||
FileSource.AddReloadEventListener(@ReloadEvent);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue