Explorar o código

Auto Save Project, check File and save backup

MaiXinRong %!s(int64=8) %!d(string=hai) anos
pai
achega
b0bbd2208b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Units/OpenProjectManager.pas

+ 1 - 1
Units/OpenProjectManager.pas

@@ -125,7 +125,7 @@ var
   iIndex: Integer;
 begin
   for iIndex := 0 to FProjectList.Count - 1 do
-    TProjectData(FProjectList.Items[iIndex]).Save;
+    TProjectData(FProjectList.Items[iIndex]).SaveAndCheck;
 end;
 
 procedure TOpenProjectManager.SetCurProjectIndex(const Value: Integer);