Browse Source

Auto Save Project, check File and save backup

MaiXinRong 8 years ago
parent
commit
b0bbd2208b
1 changed files with 1 additions and 1 deletions
  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);