macOS: Wrong frame rectangle after wake (bug#71912)
* src/nsterm.m ([EmacsView windowDidBecomeKey]): Call adjustEmacsFrameRect.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user