From cb66d1f0f73b64f1c3b791b3658c08afddcda362 Mon Sep 17 00:00:00 2001 From: filon Date: Mon, 6 Jan 2003 12:27:39 +0000 Subject: Update font scale after changing pancan. It makes fonts keep scale when they are set to be proportional to width. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8820 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/sub.c b/libvo/sub.c index 8f265e5461..a63c090c13 100644 --- a/libvo/sub.c +++ b/libvo/sub.c @@ -534,7 +534,7 @@ int vo_update_osd(int dxs,int dys){ #ifdef HAVE_FREETYPE // here is the right place to get screen dimensions - if (!vo_font && force_load_font) { + if (!vo_font || force_load_font) { force_load_font = 0; load_font_ft(dxs, dys); } -- cgit v1.2.3