diff options
Diffstat (limited to 'MASShortcutView.m')
| -rw-r--r-- | MASShortcutView.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MASShortcutView.m b/MASShortcutView.m index 3d88783..11afa85 100644 --- a/MASShortcutView.m +++ b/MASShortcutView.m @@ -203,7 +203,7 @@ } else { if (self.recording) { - if ([self locationInHintRect:[event locationInWindow]]) { + if ([self locationInHintRect:event.locationInWindow]) { self.recording = NO; } } |
