(realize_default_face): Call set_lface_from_font_name
with non-zero FORCE_P argument.
This commit is contained in:
parent
c9dc81737c
commit
8cdeb3f2cc
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue