IDE: fixed crash when OK pressed in Project Options form.

git-svn-id: trunk@51356 -
This commit is contained in:
zeljko 2016-01-20 14:26:08 +00:00
parent 06fb297a2c
commit 494d6d83c4

View File

@ -4926,7 +4926,8 @@ begin
mtWarning, [mbOk]);
end;
UpdateCaption;
ProjInspector.UpdateTitle;
if Assigned(ProjInspector) then
ProjInspector.UpdateTitle;
AProject.DefineTemplates.AllChanged;
IncreaseCompilerParseStamp;