diff options
| author | Vadim Shpakovski | 2015-08-10 02:44:50 +0300 |
|---|---|---|
| committer | Vadim Shpakovski | 2015-08-10 02:44:50 +0300 |
| commit | 1f3dbbce75729ac928838af5f726c13e1e15e683 (patch) | |
| tree | 191b3da1cd0d5896a9406bc16603090bc9ed4c72 /Framework/MASShortcutBinder.m | |
| parent | 3f63f8fefccf36f567308854f5b1e3908a15c9c3 (diff) | |
| parent | c98154e2c38ba22221c86967f70a108a86303b29 (diff) | |
| download | MASShortcut-1f3dbbce75729ac928838af5f726c13e1e15e683.tar.bz2 | |
Merge pull request #71 from Stillness-2/master
Some fix
Diffstat (limited to 'Framework/MASShortcutBinder.m')
| -rw-r--r-- | Framework/MASShortcutBinder.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Framework/MASShortcutBinder.m b/Framework/MASShortcutBinder.m index 92ba6e8..4c0d7f9 100644 --- a/Framework/MASShortcutBinder.m +++ b/Framework/MASShortcutBinder.m @@ -109,6 +109,7 @@ // Just deleting the old shortcut if (newShortcut == nil) { + [_shortcuts removeObjectForKey:key]; return; } |
