mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 15:36:03 +02:00
Examples/lazfreetype: Fix incorrect painting of radiobuttons on Panel_Option
This commit is contained in:
parent
6161cd2261
commit
c86da923f2
@ -121,6 +121,8 @@ end;
|
||||
|
||||
procedure TForm1.FormCreate(Sender: TObject);
|
||||
begin
|
||||
Panel_Option.ParentBackground := false;
|
||||
|
||||
mx := clientwidth div 2;
|
||||
my := clientheight div 2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user