Remove unnecessary refresh from performKeyEquivalent:

This commit is contained in:
Allan Odgaard
2012-09-18 11:33:49 +02:00
parent 54bf2be75f
commit 2ef3d52a3d

View File

@@ -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)