You've already forked lazarus-ccr
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:
@ -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
|
||||
|
Reference in New Issue
Block a user