(realize_default_face): Call set_lface_from_font_name

with non-zero FORCE_P argument.
This commit is contained in:
Gerd Moellmann 2000-09-27 14:23:01 +00:00
parent c9dc81737c
commit 8cdeb3f2cc

View file

@ -5940,7 +5940,7 @@ realize_default_face (f)
frame_font = Fassq (Qfont, f->param_alist);
xassert (CONSP (frame_font) && STRINGP (XCDR (frame_font)));
frame_font = XCDR (frame_font);
set_lface_from_font_name (f, lface, frame_font, 0, 1);
set_lface_from_font_name (f, lface, frame_font, 1, 1);
}
#endif /* HAVE_WINDOW_SYSTEM */