mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:19:22 +02:00
IDE: changing SessionStorage set Modified, bug #17788
git-svn-id: trunk@28037 -
This commit is contained in:
parent
b90196f307
commit
a1bacde7cb
@ -4260,6 +4260,7 @@ procedure TProject.SetSessionStorage(const AValue: TProjectSessionStorage);
|
||||
begin
|
||||
if SessionStorage=AValue then exit;
|
||||
inherited SetSessionStorage(AValue);
|
||||
Modified:=true;
|
||||
UpdateSessionFilename;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user