mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 21:41:34 +02:00
IDE: Update DefineTemplates after switching build mode. Issue x
(cherry picked from commit e1be3c5608
)
This commit is contained in:
parent
003e6cd074
commit
039d4c3cc2
@ -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