Browse Source

fix issue with handling ctrl-c in the description window

sabrogden 6 years ago
parent
commit
aa731c0754
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ToolTipEx.cpp

+ 1 - 0
ToolTipEx.cpp

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