Applied patch [ 652336 ] Add tooltip support to wxUniv on Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1519,7 +1519,7 @@ void wxWindowMSW::DoSetToolTip(wxToolTip *tooltip)
|
||||
wxWindowBase::DoSetToolTip(tooltip);
|
||||
|
||||
if ( m_tooltip )
|
||||
m_tooltip->SetWindow(this);
|
||||
m_tooltip->SetWindow((wxWindow *)this);
|
||||
}
|
||||
|
||||
#endif // wxUSE_TOOLTIPS
|
||||
|
Reference in New Issue
Block a user