mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Our doCommandBySelector: override should beep for unknown actions
This commit is contained in:
@@ -1166,7 +1166,8 @@ doScroll:
|
||||
{
|
||||
D(DBF_OakTextView_TextInput, bug("%s\n", sel_getName(aSelector)););
|
||||
AUTO_REFRESH;
|
||||
[self tryToPerform:aSelector with:self];
|
||||
if(![self tryToPerform:aSelector with:self])
|
||||
NSBeep();
|
||||
}
|
||||
|
||||
- (NSInteger)windowLevel
|
||||
|
||||
Reference in New Issue
Block a user