IDE: changing session storage marks project as modified, bug #15045

git-svn-id: trunk@22516 -
This commit is contained in:
mattias 2009-11-10 11:21:18 +00:00
parent c582f62100
commit da7a635ff0

View File

@ -1473,6 +1473,7 @@ procedure TLazProject.SetSessionStorage(const AValue: TProjectSessionStorage);
begin
if FSessionStorage=AValue then exit;
FSessionStorage:=AValue;
Modified:=true;
end;
procedure TLazProject.SetModified(const AValue: boolean);