call static functions directly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2267,7 +2267,7 @@ bool wxWindowMSW::MSWProcessMessage(WXMSG* pMsg)
|
|||||||
// relay mouse move events to the tooltip control
|
// relay mouse move events to the tooltip control
|
||||||
MSG *msg = (MSG *)pMsg;
|
MSG *msg = (MSG *)pMsg;
|
||||||
if ( msg->message == WM_MOUSEMOVE )
|
if ( msg->message == WM_MOUSEMOVE )
|
||||||
m_tooltip->RelayEvent(pMsg);
|
wxToolTip::RelayEvent(pMsg);
|
||||||
}
|
}
|
||||||
#endif // wxUSE_TOOLTIPS
|
#endif // wxUSE_TOOLTIPS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user