mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 11:43:58 +02:00
IDE, Project should be saved if Flags are changed
git-svn-id: trunk@36387 -
This commit is contained in:
parent
f47ca6189b
commit
c041b8558c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user