Tooltip udpates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2330,17 +2330,6 @@ bool wxWindowOS2::OS2ProcessMessage(
|
||||
pMsg = pMsg; // just shut up the compiler
|
||||
#endif // __WXUNIVERSAL__
|
||||
|
||||
#if wxUSE_TOOLTIPS
|
||||
if ( m_tooltip )
|
||||
{
|
||||
// relay mouse move events to the tooltip control
|
||||
QMSG* pQMsg = (QMSG*)pMsg;
|
||||
|
||||
if (pQMsg->msg == WM_MOUSEMOVE )
|
||||
m_tooltip->RelayEvent(pMsg);
|
||||
}
|
||||
#endif // wxUSE_TOOLTIPS
|
||||
|
||||
return FALSE;
|
||||
} // end of wxWindowOS2::OS2ProcessMessage
|
||||
|
||||
|
Reference in New Issue
Block a user