mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:19:16 +02:00
LCL: Display RadioGroup items correctly when font size changes. Issue #29112, noticed by AlexeyT.
git-svn-id: trunk@53663 -
This commit is contained in:
parent
c4c9879bc5
commit
1077fbddaf
@ -181,7 +181,6 @@ begin
|
|||||||
with ARadioButton do
|
with ARadioButton do
|
||||||
begin
|
begin
|
||||||
Name := 'RadioButton'+IntToStr(FButtonList.Count);
|
Name := 'RadioButton'+IntToStr(FButtonList.Count);
|
||||||
AutoSize := False;
|
|
||||||
OnClick := @Self.Clicked;
|
OnClick := @Self.Clicked;
|
||||||
OnChange := @Self.Changed;
|
OnChange := @Self.Changed;
|
||||||
OnEnter := @Self.ItemEnter;
|
OnEnter := @Self.ItemEnter;
|
||||||
|
Loading…
Reference in New Issue
Block a user