IDE: mode matrix: comment

git-svn-id: trunk@41431 -
This commit is contained in:
mattias 2013-05-27 12:42:04 +00:00
parent cce525b450
commit 436fa55de4

View File

@ -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;