projectgroups: fixed av on destroy, issue #35835

git-svn-id: trunk@61575 -
This commit is contained in:
mattias 2019-07-12 09:12:45 +00:00
parent 74f527f75c
commit c44e1d46d8

View File

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