mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Reload FileView when AutoRefresh is disabled
This commit is contained in:
parent
c27d6fde5a
commit
dba767bd8a
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ begin
|
|||
// Create file source based on saved configuration or create empty and
|
||||
// allow it to read its configuration from FSNode.
|
||||
if sFSType = 'FileSystem' then
|
||||
aFileSource := TFileSystemFileSource.GetFileSource;
|
||||
aFileSource := TFileSystemFileSource.Create;
|
||||
|
||||
if Assigned(aFileSource) then
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue