Examples/lazfreetype: Fix incorrect painting of radiobuttons on Panel_Option

This commit is contained in:
wp_xyz 2025-04-18 17:33:14 +02:00
parent 6161cd2261
commit c86da923f2

View File

@ -121,6 +121,8 @@ end;
procedure TForm1.FormCreate(Sender: TObject);
begin
Panel_Option.ParentBackground := false;
mx := clientwidth div 2;
my := clientheight div 2;