mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(EmacsFrameSetCharSize): Call do_pending_window_change.
This commit is contained in:
parent
b80778111e
commit
fbf6bf47f0
1 changed files with 2 additions and 0 deletions
|
|
@ -951,6 +951,8 @@ EmacsFrameSetCharSize (widget, columns, rows)
|
|||
update_hints_inhibit = 0;
|
||||
update_wm_hints (ew);
|
||||
|
||||
do_pending_window_change ();
|
||||
|
||||
/* These seem to get clobbered. I don't know why. - rms. */
|
||||
f->output_data.x->widget->core.x = old_left;
|
||||
f->output_data.x->widget->core.y = old_top;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue