* xterm.c (x_new_font): Tell the frame display faces about the
newly chosen font.
This commit is contained in:
@@ -3929,6 +3929,7 @@ x_new_font (f, fontname)
|
||||
f->display.x->font->fid);
|
||||
XSetFont (x_current_display, f->display.x->cursor_gc,
|
||||
f->display.x->font->fid);
|
||||
init_frame_faces (f);
|
||||
|
||||
x_set_window_size (f, f->width, f->height);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user