forked from len0rd/rockbox
Fix FS#10893.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24203 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
32b15fc08f
commit
ebce81d23f
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ static void LCDFN(putsxyofs)(int x, int y, int ofs, const unsigned char *str)
|
||||||
}
|
}
|
||||||
|
|
||||||
bits = font_get_bits(pf, *ucs);
|
bits = font_get_bits(pf, *ucs);
|
||||||
LCDFN(mono_bitmap_part)(bits, ofs, 0, width, MAX(x + base_ofs, 0), y,
|
LCDFN(mono_bitmap_part)(bits, ofs, 0, width, x + base_ofs, y,
|
||||||
width - ofs, pf->height);
|
width - ofs, pf->height);
|
||||||
|
|
||||||
if (is_diac)
|
if (is_diac)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue