mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 13:19:20 +02:00
projectgroups: fixed av on destroy, issue #35835
git-svn-id: trunk@61575 -
This commit is contained in:
parent
74f527f75c
commit
c44e1d46d8
@ -343,6 +343,7 @@ var
|
|||||||
begin
|
begin
|
||||||
if FBuildCommandRedirected=AValue then Exit;
|
if FBuildCommandRedirected=AValue then Exit;
|
||||||
FBuildCommandRedirected:=AValue;
|
FBuildCommandRedirected:=AValue;
|
||||||
|
if IDECommandList=nil then exit;
|
||||||
BuildCmd:=IDECommandList.FindIDECommand(ecBuild);
|
BuildCmd:=IDECommandList.FindIDECommand(ecBuild);
|
||||||
CompileCmd:=IDECommandList.FindIDECommand(ecCompile);
|
CompileCmd:=IDECommandList.FindIDECommand(ecCompile);
|
||||||
if FBuildCommandRedirected then begin
|
if FBuildCommandRedirected then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user