JBR-2879 Big Sur: Opening project in new window results in opening project in another tab

Disabled Tabbing mode for all NSWindows

(cherry picked from commit 8cb0377a31)
This commit is contained in:
Alexey Ushakov
2020-11-20 16:52:11 +03:00
committed by jbrbot
parent 3ad8239ded
commit f897bcebd1

View File

@@ -115,6 +115,10 @@ static NSPoint lastTopLeftPoint;
[super becomeKeyWindow]; \
[(AWTWindow*)[self delegate] becomeKeyWindow]; \
} \
\
- (NSWindowTabbingMode)tabbingMode { \
return NSWindowTabbingModeDisallowed; \
}
@implementation AWTWindow_Normal
AWT_NS_WINDOW_IMPLEMENTATION