From e25b64ae15f9924b8dfb227cbbe2e351a9c7a335 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 2 Jun 2019 18:01:32 +0530 Subject: [PATCH] ... --- glfw/cocoa_init.m | 1 - 1 file changed, 1 deletion(-) diff --git a/glfw/cocoa_init.m b/glfw/cocoa_init.m index 3de6bd09f..e6b5223ec 100644 --- a/glfw/cocoa_init.m +++ b/glfw/cocoa_init.m @@ -346,7 +346,6 @@ int _glfwPlatformInit(void) NSEventModifierFlags modifierFlags = [event modifierFlags] & NSEventModifierFlagDeviceIndependentFlagsMask; if (is_ctrl_tab(event, modifierFlags) || is_cmd_period(event, modifierFlags)) { // Cocoa swallows Ctrl+Tab to cycle between views - NSLog(@"1111111111\n"); [[NSApp keyWindow].contentView keyDown:event]; }