mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 05:49:30 +02:00
Assigned OKButtonClick method to OKButton
reported by Graeme in http://bugs.freepascal.org/view.php?id=12436 git-svn-id: trunk@17147 -
This commit is contained in:
parent
2b8ac2af46
commit
9c5f120de1
@ -264,6 +264,7 @@ begin
|
||||
with MacrosInsertButton do
|
||||
Caption:=lisCodeTemplAdd;
|
||||
|
||||
ButtonPanel.OKButton.OnClick := @OKButtonClick;
|
||||
ButtonPanel.HelpButton.OnClick := @HelpButtonClick;
|
||||
|
||||
fOptions:=TExternalToolOptions.Create;
|
||||
|
Loading…
Reference in New Issue
Block a user