mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 18:49:19 +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
|
finally
|
||||||
ComponentClasses.Free;
|
ComponentClasses.Free;
|
||||||
end;
|
end;
|
||||||
|
Include(FIdleIdeActions, iiaUpdateDefineTemplates); // Update package graph.
|
||||||
end;
|
end;
|
||||||
// Note: Source editor will be updated with added components later on Idle
|
// Note: Source editor will be updated with added components later on Idle
|
||||||
// using FComponentAddedDesigner and FComponentAddedUnit.
|
// using FComponentAddedDesigner and FComponentAddedUnit.
|
||||||
|
Loading…
Reference in New Issue
Block a user