; Fix last change in EmacsView

* src/nsterm.m ([EmacsView initFrameFromEmacs:]): Don't check AppKit
version.
This commit is contained in:
Gerd Möllmann 2024-08-05 11:39:44 +02:00
parent 9253910a5a
commit f1e2950682

View file

@ -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