mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
Don't scale text plots in front end (BeOS).
svn path=/trunk/netsurf/; revision=11938
This commit is contained in:
parent
5412d7c1b0
commit
a183951c23
@ -259,7 +259,7 @@ bool nsfont_paint(const plot_font_style_t *fstyle,
|
||||
//view->SetScale() XXX
|
||||
|
||||
//printf("nsfont_paint: Size: %f\n", font.Size());
|
||||
size = (float)(font.Size() * nsbeos_plot_get_scale());
|
||||
size = (float)font.Size();
|
||||
#warning XXX use scale
|
||||
|
||||
view->SetFont(&font);
|
||||
|
Loading…
Reference in New Issue
Block a user