mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 18:03:47 +02:00
IDE: stop opening designer forms if one failed
git-svn-id: trunk@28082 -
This commit is contained in:
parent
9bd3a94663
commit
0f54b04345
@ -2052,6 +2052,7 @@ begin
|
|||||||
end else if Result=mrYes then
|
end else if Result=mrYes then
|
||||||
begin
|
begin
|
||||||
// install
|
// install
|
||||||
|
AProject.AutoOpenDesignerFormsDisabled:=true;
|
||||||
DoInstallPackages(PkgList,true,true,false);
|
DoInstallPackages(PkgList,true,true,false);
|
||||||
Result:=mrAbort;
|
Result:=mrAbort;
|
||||||
end else begin
|
end else begin
|
||||||
|
Loading…
Reference in New Issue
Block a user