mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 05:19:31 +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
|
||||
if FBuildCommandRedirected=AValue then Exit;
|
||||
FBuildCommandRedirected:=AValue;
|
||||
if IDECommandList=nil then exit;
|
||||
BuildCmd:=IDECommandList.FindIDECommand(ecBuild);
|
||||
CompileCmd:=IDECommandList.FindIDECommand(ecCompile);
|
||||
if FBuildCommandRedirected then begin
|
||||
|
Loading…
Reference in New Issue
Block a user