Disable OSX automatic window tabbing
This commit is contained in:
parent
916a15793f
commit
30c92fc5d1
|
@ -28,6 +28,9 @@
|
|||
|
||||
void KIPLATFORM::ENV::Init()
|
||||
{
|
||||
// Disable the automatic window tabbing OSX does
|
||||
[NSWindow setAllowsAutomaticWindowTabbing:NO];
|
||||
|
||||
// No tasks for this platform
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue