2
0
Эх сурвалжийг харах

FIX: Reload filelist when cannot find created file

Alexander Koblov 4 жил өмнө
parent
commit
65e93e7e6c

+ 1 - 0
src/fileviews/ufileview.pas

@@ -1049,6 +1049,7 @@ begin
       on EFileSourceException do
         begin
           FreeAndNil(AFile);
+          Reload(APath);
           Exit;
         end;
     end;