jvcllaz: Fix TJvYearGrid crashing when added to form.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7442 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2020-05-09 21:19:40 +00:00
parent c2da67888c
commit 64eaa059cd

View File

@ -1302,7 +1302,7 @@ var
end;
begin
if AutoSize then
if AutoSize and HandleAllocated then
begin
Canvas.Font.Assign(Font);
Canvas.Font.Style := [fsBold];