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)
(cherry picked from commit 545eddda9f)
This commit is contained in:
Alexey Ushakov
2020-11-20 16:52:11 +03:00
committed by jbrbot
parent 6aa8f48725
commit cb1020ea26

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