mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:59:14 +02:00
IDE: fixed crash when OK pressed in Project Options form.
git-svn-id: trunk@51356 -
This commit is contained in:
parent
06fb297a2c
commit
494d6d83c4
@ -4926,6 +4926,7 @@ begin
|
|||||||
mtWarning, [mbOk]);
|
mtWarning, [mbOk]);
|
||||||
end;
|
end;
|
||||||
UpdateCaption;
|
UpdateCaption;
|
||||||
|
if Assigned(ProjInspector) then
|
||||||
ProjInspector.UpdateTitle;
|
ProjInspector.UpdateTitle;
|
||||||
AProject.DefineTemplates.AllChanged;
|
AProject.DefineTemplates.AllChanged;
|
||||||
IncreaseCompilerParseStamp;
|
IncreaseCompilerParseStamp;
|
||||||
|
Loading…
Reference in New Issue
Block a user