mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
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:
@@ -115,6 +115,10 @@ static NSPoint lastTopLeftPoint;
|
||||
[super becomeKeyWindow]; \
|
||||
[(AWTWindow*)[self delegate] becomeKeyWindow]; \
|
||||
} \
|
||||
\
|
||||
- (NSWindowTabbingMode)tabbingMode { \
|
||||
return NSWindowTabbingModeDisallowed; \
|
||||
}
|
||||
|
||||
@implementation AWTWindow_Normal
|
||||
AWT_NS_WINDOW_IMPLEMENTATION
|
||||
|
||||
Reference in New Issue
Block a user