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:
@@ -352,7 +352,7 @@ void wxToolTip::SetWindow(wxWindow *win)
|
||||
{
|
||||
Add(m_window->GetHWND());
|
||||
}
|
||||
|
||||
#if !defined(__WXUNIVERSAL__)
|
||||
// and all of its subcontrols (e.g. radiobuttons in a radiobox) as well
|
||||
wxControl *control = wxDynamicCast(m_window, wxControl);
|
||||
if ( control )
|
||||
@@ -393,6 +393,7 @@ void wxToolTip::SetWindow(wxWindow *win)
|
||||
Add(hwndComboEdit);
|
||||
}
|
||||
}
|
||||
#endif // !defined(__WXUNIVERSAL__)
|
||||
}
|
||||
|
||||
void wxToolTip::SetTip(const wxString& tip)
|
||||
|
Reference in New Issue
Block a user