mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 17:49:05 +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
|
||||
begin
|
||||
Name := 'RadioButton'+IntToStr(FButtonList.Count);
|
||||
AutoSize := False;
|
||||
OnClick := @Self.Clicked;
|
||||
OnChange := @Self.Changed;
|
||||
OnEnter := @Self.ItemEnter;
|
||||
|
Loading…
Reference in New Issue
Block a user