Hello LMD team,
I find that tElMainmenu does not scale its top-level items properly when the font size is changed in code (I'm trying to support DPI-awareness). The problem is easy to reproduce:
procedure TMyForm.FormCreate(Sender: TObject);
begin
elmainmenu1.font.size:=16;
elmainmenu1.selecteditemfont.size:=16;
end;
I would be grateful for a fix or workaround.
Kind regards,
Arthur Hoornweg
Comments