mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
Remove unnecessary refresh from performKeyEquivalent:
This commit is contained in:
@@ -973,7 +973,6 @@ static void update_menu_key_equivalents (NSMenu* menu, action_to_key_t const& ac
|
||||
return NO;
|
||||
|
||||
D(DBF_OakTextView_TextInput, bug("%s\n", [[anEvent description] UTF8String]););
|
||||
AUTO_REFRESH;
|
||||
std::string const eventString = to_s(anEvent);
|
||||
|
||||
if(KeyEventContext != &KeyBindings)
|
||||
|
||||
Reference in New Issue
Block a user