mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-21 03:32:35 +03:00
Ensure the textattr flags field is clear
This fixes problems with inconsistent layouting on OS3
This commit is contained in:
parent
9c62993efd
commit
59ea187b74
@ -43,6 +43,8 @@ static struct TextFont *ami_font_bm_open(struct RastPort *rp, const plot_font_st
|
||||
|
||||
if(rp == NULL) return NULL;
|
||||
|
||||
tattr.ta_Flags = 0;
|
||||
|
||||
switch(fstyle->family)
|
||||
{
|
||||
case PLOT_FONT_FAMILY_SANS_SERIF:
|
||||
|
Loading…
Reference in New Issue
Block a user