Don't scale metadata font with zoom - makes strings not consistently

adhere to the string length
This commit is contained in:
Antony Riakiotakis
2015-05-04 12:30:26 +02:00
parent 711e2f71a8
commit b07c2961fa

View File

@@ -2208,7 +2208,7 @@ void ED_region_image_metadata_draw(int x, int y, ImBuf *ibuf, rctf frame, float
glTranslatef(x, y, 0.0f);
glScalef(zoomx, zoomy, 1.0f);
BLF_size(blf_mono_font, style->widgetlabel.points * zoomy * 1.5f, U.dpi);
BLF_size(blf_mono_font, style->widgetlabel.points * 1.5f, U.dpi);
/* *** upper box*** */