diff options
| author | Vadim Shpakovski | 2012-07-07 14:49:21 +0300 | 
|---|---|---|
| committer | Vadim Shpakovski | 2012-07-07 14:49:21 +0300 | 
| commit | 1873dc0963d8981d82f991ca9a5c5c83ad58b001 (patch) | |
| tree | 838d73c2ec9bc9f2bae9d86d62f494cfac4b4607 | |
| parent | d2b47971c1ce2e1ef9c09c5d01eb9bc5e9eeccd5 (diff) | |
| download | MASShortcut-1873dc0963d8981d82f991ca9a5c5c83ad58b001.tar.bz2 | |
Improves code.
| -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;                  }              } | 
