From: Gerd Möllmann Date: Sun, 11 Aug 2024 11:22:45 +0000 (+0200) Subject: macOS: Wrong frame rectangle after wake (bug#71912) X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~569 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d55e94996ef2603a2c1cc2e956ac36bdbb69ba6;p=emacs.git macOS: Wrong frame rectangle after wake (bug#71912) * src/nsterm.m ([EmacsView windowDidBecomeKey]): Call adjustEmacsFrameRect. --- diff --git a/src/nsterm.m b/src/nsterm.m index 905707dace4..97b829d0e4c 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -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);