Commit 6d98ddf3 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: don't accept hotkeys in the fspanel, since this would result in NSBeep without any action

fixes #3854
parent dfbfd8e1
......@@ -84,10 +84,10 @@
object: NSApp];
}
/* Windows created with NSBorderlessWindowMask normally can't be key, but we want ours to be */
/* make sure that we don't become key, since we can't handle hotkeys */
- (BOOL)canBecomeKeyWindow
{
return YES;
return NO;
}
- (BOOL)mouseDownCanMoveWindow
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment