aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Shpakovski2012-07-07 14:49:21 +0300
committerVadim Shpakovski2012-07-07 14:49:21 +0300
commit1873dc0963d8981d82f991ca9a5c5c83ad58b001 (patch)
tree838d73c2ec9bc9f2bae9d86d62f494cfac4b4607
parentd2b47971c1ce2e1ef9c09c5d01eb9bc5e9eeccd5 (diff)
downloadMASShortcut-1873dc0963d8981d82f991ca9a5c5c83ad58b001.tar.bz2
Improves code.
-rw-r--r--MASShortcutView.m2
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;
}
}