mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 00:31:01 -08: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue