IDE: stop opening designer forms if one failed

git-svn-id: trunk@28082 -
This commit is contained in:
mattias 2010-11-05 00:51:37 +00:00
parent 9bd3a94663
commit 0f54b04345

View File

@ -2052,6 +2052,7 @@ begin
end else if Result=mrYes then
begin
// install
AProject.AutoOpenDesignerFormsDisabled:=true;
DoInstallPackages(PkgList,true,true,false);
Result:=mrAbort;
end else begin