mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 02:40:36 +01:00
IDE: Fixed compilation
git-svn-id: trunk@24598 -
This commit is contained in:
parent
0dffe43cf2
commit
a0082f9ea7
@ -10648,7 +10648,6 @@ begin
|
||||
CompileProgress.Ready(lisInfoBuildError);
|
||||
exit;
|
||||
end;
|
||||
CallerData.Free;
|
||||
|
||||
// update project .po file
|
||||
State:=UpdateProjectPOFile(Project1);
|
||||
@ -10678,6 +10677,7 @@ begin
|
||||
CompileProgress.Ready(lisInfoBuildSuccess);
|
||||
finally
|
||||
DoCheckFilesOnDisk;
|
||||
CallerData.Free;
|
||||
end;
|
||||
|
||||
if EnvironmentOptions.MsgViewFocus then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user