mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 06:29:32 +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
|
||||
begin
|
||||
// install
|
||||
AProject.AutoOpenDesignerFormsDisabled:=true;
|
||||
DoInstallPackages(PkgList,true,true,false);
|
||||
Result:=mrAbort;
|
||||
end else begin
|
||||
|
Loading…
Reference in New Issue
Block a user