LCL: Display RadioGroup items correctly when font size changes. Issue #29112, noticed by AlexeyT.

git-svn-id: trunk@53663 -
This commit is contained in:
juha 2016-12-13 09:42:32 +00:00
parent c4c9879bc5
commit 1077fbddaf

View File

@ -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;