mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:19:26 +02:00
IDE: changed saveall back to always save project
git-svn-id: trunk@23109 -
This commit is contained in:
parent
12bf3aca6f
commit
97c65d3eac
@ -10230,10 +10230,7 @@ begin
|
||||
CurResult:=DoCallModalFunctionHandler(lihtOnSavingAll);
|
||||
if CurResult=mrAbort then exit(mrAbort);
|
||||
if CurResult<>mrOk then Result:=mrCancel;
|
||||
if SomethingOfProjectIsModified then
|
||||
CurResult:=DoSaveProject(Flags)
|
||||
else
|
||||
CurResult:=mrOk;
|
||||
CurResult:=DoSaveProject(Flags);
|
||||
SaveEnvironment;
|
||||
SaveIncludeLinks;
|
||||
PkgBoss.SaveSettings;
|
||||
|
Loading…
Reference in New Issue
Block a user