remove beep upon pressing ESC

This commit is contained in:
Mengjuei Hsieh 2011-10-01 00:48:28 -07:00
parent f54ed3ad9c
commit 1480073ac0
1 changed files with 2 additions and 1 deletions

View File

@ -527,7 +527,8 @@ public:
return NO;
}
[self beep];
//[self beep];
//如果要按 ESC 的時候都已經知道要取消些啥不必beep
}
else {
_bpmfReadingBuffer->clear();