Explorar o código

Auto Save Project, check File and save backup

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

+ 1 - 1
Units/OpenProjectManager.pas

@@ -117,7 +117,7 @@ end;
 procedure TOpenProjectManager.Save(AIndex: Integer);
 begin
   if CheckIndexAvailable(AIndex) then
-    TProjectData(FProjectList.Items[AIndex]).Save;
+    TProjectData(FProjectList.Items[AIndex]).SaveAndCheck;
 end;
 
 procedure TOpenProjectManager.SaveAll;