mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 14:42:54 +02:00
IDE: invalidate macros when adding a project dependency
git-svn-id: trunk@21370 -
This commit is contained in:
parent
30ca64725e
commit
a655747b6d
@ -5206,8 +5206,8 @@ begin
|
||||
exit;
|
||||
end;
|
||||
Exclude(FFlags,ptfCustomDefinesChanged);
|
||||
UpdateDefinesForCustomDefines;
|
||||
CodeToolBoss.DefineTree.ClearCache;
|
||||
UpdateDefinesForCustomDefines; // maybe custom defines changed
|
||||
IncreaseCompilerParseStamp; // invalidate macros
|
||||
end;
|
||||
|
||||
procedure TProjectDefineTemplates.UpdateGlobalValues;
|
||||
|
Loading…
Reference in New Issue
Block a user