mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 02:58:05 +02:00
IDE: Update DefineTemplates after switching build mode. Issue x
This commit is contained in:
parent
63ca7a9ace
commit
e1be3c5608
@ -4432,6 +4432,7 @@ begin
|
||||
IncreaseBuildMacroChangeStamp;
|
||||
MainBuildBoss.SetBuildTargetProject1(false);
|
||||
MainIDE.UpdateCaption;
|
||||
MainIDE.UpdateDefineTemplates;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
@ -1871,6 +1871,7 @@ begin
|
||||
IncreaseCompilerParseStamp;
|
||||
MainBuildBoss.SetBuildTargetProject1(false);
|
||||
MainIDE.UpdateCaption;
|
||||
MainIDE.UpdateDefineTemplates;
|
||||
if Assigned(ProjInspector) then
|
||||
ProjInspector.UpdateTitle;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user