mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 12:00:40 +02:00
IDE: formatting
git-svn-id: trunk@46969 -
This commit is contained in:
parent
93135d715d
commit
19dacabb7c
@ -7211,10 +7211,8 @@ begin
|
||||
if (Result=mrOK) then begin
|
||||
if BuildLazProfiles.RestartAfterBuild
|
||||
and (BuildLazProfiles.Current.TargetDirectory='')
|
||||
and MainBuildBoss.BuildTargetIDEIsDefault
|
||||
then begin
|
||||
and MainBuildBoss.BuildTargetIDEIsDefault then
|
||||
mnuRestartClicked(nil);
|
||||
end
|
||||
end
|
||||
else if Result=mrIgnore then
|
||||
Result:=mrOK;
|
||||
@ -7266,9 +7264,8 @@ begin
|
||||
finally
|
||||
BuildLazProfiles.CurrentIndex:=RealCurInd;
|
||||
end;
|
||||
if MayNeedRestart and BuildLazProfiles.RestartAfterBuild then begin
|
||||
if MayNeedRestart and BuildLazProfiles.RestartAfterBuild then
|
||||
mnuRestartClicked(nil);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user