diff options
Diffstat (limited to 'MASShortcutView.m')
| -rw-r--r-- | MASShortcutView.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MASShortcutView.m b/MASShortcutView.m index 48dde31..00bea5b 100644 --- a/MASShortcutView.m +++ b/MASShortcutView.m @@ -83,6 +83,10 @@ _shortcutValue = shortcutValue; [self resetToolTips]; [self setNeedsDisplay:YES]; + + if (self.shortcutValueChange) { + self.shortcutValueChange(self); + } } - (void)setShortcutPlaceholder:(NSString *)shortcutPlaceholder |
