mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
macOS: Wrong frame rectangle after wake (bug#71912)
* src/nsterm.m ([EmacsView windowDidBecomeKey]): Call adjustEmacsFrameRect.
This commit is contained in:
parent
c49724b964
commit
6d55e94996
@ -7968,6 +7968,7 @@ - (void)windowDidBecomeKey /* for direct calls */
|
||||
dpyinfo->ns_focus_frame = emacsframe;
|
||||
|
||||
ns_frame_rehighlight (emacsframe);
|
||||
[self adjustEmacsFrameRect];
|
||||
|
||||
event.kind = FOCUS_IN_EVENT;
|
||||
XSETFRAME (event.frame_or_window, emacsframe);
|
||||
|
Loading…
Reference in New Issue
Block a user