ExCtrls: Fix TRadiogroupEx/TCheckGroupEx firing OnEnter/OnExit events when another sub-control is selected. New events OnItemEnter/OnItemExit. See also LCL issue #37768.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7674 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-09-20 17:32:29 +00:00
parent 2263b9ccd0
commit 206fc7f0e3
2 changed files with 14 additions and 13 deletions

View File

@ -721,9 +721,9 @@ object Form1: TForm1
Left = 8
Height = 25
Top = 254
Width = 99
Width = 113
AutoSize = True
Caption = 'Test 2nd form'
Caption = 'Test modal form'
OnClick = Button2Click
TabOrder = 5
end