mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-19 10:22:27 +00:00
* xterm.c (x_new_font): Tell the frame display faces about the
newly chosen font.
This commit is contained in:
parent
752a043ffa
commit
decb54c690
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user