SourceCode/Bond/BondEq/TopToolbar.cpp
@@ -200,3 +200,11 @@ return m_btnOperator.GetMenu(); } BOOL CTopToolbar::PreTranslateMessage(MSG* pMsg) { if (pMsg->wParam == VK_RETURN || pMsg->wParam == VK_ESCAPE) { return TRUE; } return CDialogEx::PreTranslateMessage(pMsg); }