@@ -371,6 +371,7 @@ BOOL CToolTipEx::PreTranslateMessage(MSG *pMsg)
if(GetKeyState(VK_CONTROL) &0x8000)
{
m_RichEdit.Copy();
+ return TRUE;
}
break;