IDE, Project should be saved if Flags are changed

git-svn-id: trunk@36387 -
This commit is contained in:
martin 2012-03-28 00:51:58 +00:00
parent f47ca6189b
commit c041b8558c

View File

@ -1027,6 +1027,7 @@ procedure TLazProject.SetFlags(const AValue: TProjectFlags);
begin
if FFlags=AValue then exit;
FFlags:=AValue;
Modified:=true;
end;
procedure TLazProject.SetSessionStorage(const AValue: TProjectSessionStorage);