; Fix last change in EmacsView
* src/nsterm.m ([EmacsView initFrameFromEmacs:]): Don't check AppKit version.
This commit is contained in:
parent
9253910a5a
commit
f1e2950682
1 changed files with 1 additions and 2 deletions
|
@ -8074,8 +8074,7 @@ - (instancetype) initFrameFromEmacs: (struct frame *)f
|
|||
old_title = 0;
|
||||
maximizing_resize = NO;
|
||||
/* Restore to default before macOS 14 (bug#72440). */
|
||||
if (NSAppKitVersionNumber >= NSAppKitVersionNumber14_0)
|
||||
[self setClipsToBounds: YES];
|
||||
[self setClipsToBounds: YES];
|
||||
#endif
|
||||
|
||||
#if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MIN_REQUIRED >= 101400
|
||||
|
|
Loading…
Add table
Reference in a new issue