mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 10:35:58 +02:00
IDE: mode matrix: comment
git-svn-id: trunk@41431 -
This commit is contained in:
parent
cce525b450
commit
436fa55de4
@ -2739,8 +2739,9 @@ function TProject.WriteProject(ProjectWriteFlags: TProjectWriteFlags;
|
||||
CurMode.MacroValues.SaveToXMLConfig(XMLConfig,SubPath+'MacroValues/');
|
||||
CurMode.CompilerOptions.SaveToXMLConfig(XMLConfig,SubPath+'CompilerOptions/');
|
||||
end;
|
||||
if SaveSession then
|
||||
if SaveSession and (not CurMode.InSession) then
|
||||
begin
|
||||
// save which matrix options are enabled in this build mode
|
||||
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user