IDE: changing SessionStorage set Modified, bug #17788

git-svn-id: trunk@28037 -
This commit is contained in:
mattias 2010-11-02 12:28:59 +00:00
parent b90196f307
commit a1bacde7cb

View File

@ -4260,6 +4260,7 @@ procedure TProject.SetSessionStorage(const AValue: TProjectSessionStorage);
begin
if SessionStorage=AValue then exit;
inherited SetSessionStorage(AValue);
Modified:=true;
UpdateSessionFilename;
end;