mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 08:59:10 +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
|
function TBuildManager.EnvironmentOptionsIsGlobalMode(const Identifier: string
|
||||||
): boolean;
|
): boolean;
|
||||||
begin
|
begin
|
||||||
Result:=false;
|
Result:=true;
|
||||||
if Project1=nil then exit;
|
if Project1=nil then exit;
|
||||||
if Project1.BuildModes=nil then exit;
|
if Project1.BuildModes=nil then exit;
|
||||||
// do not save enabled states of session modes
|
// do not save enabled states of session modes
|
||||||
|
Loading…
Reference in New Issue
Block a user