remove beep upon pressing ESC
This commit is contained in:
parent
f54ed3ad9c
commit
1480073ac0
|
@ -527,7 +527,8 @@ public:
|
|||
return NO;
|
||||
}
|
||||
|
||||
[self beep];
|
||||
//[self beep];
|
||||
//如果要按 ESC 的時候都已經知道要取消些啥,不必beep
|
||||
}
|
||||
else {
|
||||
_bpmfReadingBuffer->clear();
|
||||
|
|
Loading…
Reference in New Issue