mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 16:59:21 +02:00
IDE: Don't call SetBuildTargetProject1 in TMainIDE.InitCodeToolBoss. It is called when a project is opened or created.
git-svn-id: trunk@64429 -
This commit is contained in:
parent
41f5ee5ea0
commit
1e99ef0453
@ -9567,8 +9567,6 @@ begin
|
||||
// the first template is the "use default" flag
|
||||
CreateUseDefaultsFlagTemplate;
|
||||
|
||||
MainBuildBoss.SetBuildTargetProject1(true);
|
||||
|
||||
// load include file relationships
|
||||
AFilename:=AppendPathDelim(GetPrimaryConfigPath)+CodeToolsIncludeLinkFile;
|
||||
if FileExistsCached(AFilename) then
|
||||
|
Loading…
Reference in New Issue
Block a user