Browse Source

Local parent directory was showing random size

Caused by bfe5b292

Source commit: 61b8b15d665df446c52ce18569e7471d371d0c63
Martin Prikryl 4 năm trước cách đây
mục cha
commit
3c9c179cd4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      source/packages/filemng/DirView.pas

+ 1 - 0
source/packages/filemng/DirView.pas

@@ -1106,6 +1106,7 @@ begin
     IsRecycleBin := False;
     IsParentDir := True;
     Size := -1;
+    CalculatedSize := -1;
 
     Item.Caption := '..';