mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(change_frame_size_1): Set frame's resized_p.
This commit is contained in:
parent
f1c69c6183
commit
cb02fa39d4
@ -5973,8 +5973,9 @@ change_frame_size_1 (f, newheight, newwidth, pretend, delay, safe)
|
||||
}
|
||||
|
||||
adjust_glyphs (f);
|
||||
SET_FRAME_GARBAGED (f);
|
||||
calculate_costs (f);
|
||||
SET_FRAME_GARBAGED (f);
|
||||
f->resized_p = 1;
|
||||
|
||||
UNBLOCK_INPUT;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user