mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 00:20:24 +02:00
IDE: changing session storage marks project as modified, bug #15045
git-svn-id: trunk@22516 -
This commit is contained in:
parent
c582f62100
commit
da7a635ff0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user