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:
juha 2021-06-28 10:28:49 +00:00
parent 769e991253
commit e584193fc4

View File

@ -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.