mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 05:39:27 +02:00
IDE: Update project's DefineTemplates after switching build mode.
git-svn-id: trunk@64709 -
This commit is contained in:
parent
5627557122
commit
e0f966967e
@ -1747,6 +1747,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
Project1.ActiveBuildMode := NewMode;
|
Project1.ActiveBuildMode := NewMode;
|
||||||
|
Project1.DefineTemplates.AllChanged(false);
|
||||||
MainBuildBoss.SetBuildTargetProject1(false);
|
MainBuildBoss.SetBuildTargetProject1(false);
|
||||||
MainIDE.UpdateCaption;
|
MainIDE.UpdateCaption;
|
||||||
if Assigned(ProjInspector) then
|
if Assigned(ProjInspector) then
|
||||||
|
Loading…
Reference in New Issue
Block a user