LAPTOP-SNT8I5JK\Boounion
2025-06-09 fac102938562e13dd4e4e4914d0fde9b1cd05d8b
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);
}