mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 22:36:17 +02:00
IDE: mode matrix: fixed saving enabled state of IDE options
git-svn-id: trunk@41535 -
This commit is contained in:
parent
5202acb49b
commit
b9f92c2008
@ -2422,7 +2422,7 @@ end;
|
||||
function TBuildManager.EnvironmentOptionsIsGlobalMode(const Identifier: string
|
||||
): boolean;
|
||||
begin
|
||||
Result:=false;
|
||||
Result:=true;
|
||||
if Project1=nil then exit;
|
||||
if Project1.BuildModes=nil then exit;
|
||||
// do not save enabled states of session modes
|
||||
|
Loading…
Reference in New Issue
Block a user