1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

macOS: Wrong frame rectangle after wake (bug#71912)

* src/nsterm.m ([EmacsView windowDidBecomeKey]):
Call adjustEmacsFrameRect.
This commit is contained in:
Gerd Möllmann 2024-08-11 13:22:45 +02:00
parent c49724b964
commit 6d55e94996

View file

@ -7968,6 +7968,7 @@ ns_in_echo_area (void)
dpyinfo->ns_focus_frame = emacsframe;
ns_frame_rehighlight (emacsframe);
[self adjustEmacsFrameRect];
event.kind = FOCUS_IN_EVENT;
XSETFRAME (event.frame_or_window, emacsframe);