Browse Source

Removed override mouse wheel on the description rtf control

sabrogden 8 years ago
parent
commit
23eea33cd5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ToolTipEx.cpp

+ 0 - 1
ToolTipEx.cpp

@@ -99,7 +99,6 @@ BOOL CToolTipEx::Create(CWnd *pParentWnd)
 
     m_RichEdit.SetReadOnly();
     m_RichEdit.SetBackgroundColor(FALSE, g_Opt.m_Theme.DescriptionWindowBG());
-	m_RichEdit.SetEventMask(ENM_MOUSEEVENTS | ENM_SCROLLEVENTS);
 
 	ApplyWordWrap();