Don't scale text plots in front end (BeOS).

svn path=/trunk/netsurf/; revision=11938
This commit is contained in:
Michael Drake 2011-03-08 18:48:46 +00:00
parent 5412d7c1b0
commit a183951c23

View File

@ -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);