mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +02:00
IDE: Update DefineTemplates (package graph) after adding a component, in case its package was not used earlier.
git-svn-id: trunk@65319 -
This commit is contained in:
parent
769e991253
commit
e584193fc4
@ -13357,6 +13357,7 @@ begin
|
||||
finally
|
||||
ComponentClasses.Free;
|
||||
end;
|
||||
Include(FIdleIdeActions, iiaUpdateDefineTemplates); // Update package graph.
|
||||
end;
|
||||
// Note: Source editor will be updated with added components later on Idle
|
||||
// using FComponentAddedDesigner and FComponentAddedUnit.
|
||||
|
Loading…
Reference in New Issue
Block a user