mirror of https://github.com/LIJI32/SameBoy.git
Slightly refine the last fix
This commit is contained in:
parent
42732b20eb
commit
6a97192e8c
|
@ -13,7 +13,7 @@
|
|||
- (void)_zoomFill:(id)sender
|
||||
{
|
||||
if (sender == [self standardWindowButton:NSWindowZoomButton] &&
|
||||
(self.currentEvent.modifierFlags & NSEventModifierFlagOption)) {
|
||||
((self.currentEvent.modifierFlags & NSEventModifierFlagDeviceIndependentFlagsMask) == NSEventModifierFlagOption)) {
|
||||
[self zoom:sender];
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue