mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 14:01:49 +02:00
IDE, Component List: add comments, formatting
git-svn-id: trunk@38631 -
This commit is contained in:
parent
caeb80cabc
commit
3688f42e45
@ -448,6 +448,7 @@ begin
|
||||
end;
|
||||
|
||||
procedure TComponentListForm.OKButtonClick(Sender: TObject);
|
||||
// Select component from palette and close this form. User can insert the component.
|
||||
var
|
||||
AComponent: TRegisteredComponent;
|
||||
begin
|
||||
@ -460,7 +461,7 @@ end;
|
||||
|
||||
procedure TComponentListForm.CancelButtonClick(Sender: TObject);
|
||||
begin
|
||||
IDEComponentPalette.Selected := nil;
|
||||
IDEComponentPalette.Selected := nil; // Remove component selection from palette.
|
||||
Close;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user