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,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;