wxUSE_TOOLTIPS and wxUSE_IMAGE furthur fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2676,10 +2676,12 @@ bool wxWindowMac::MacSetupCursor( const wxPoint& pt)
|
||||
|
||||
wxString wxWindowMac::MacGetToolTipString( wxPoint &pt )
|
||||
{
|
||||
#if wxUSE_TOOLTIPS
|
||||
if ( m_tooltip )
|
||||
{
|
||||
return m_tooltip->GetTip() ;
|
||||
}
|
||||
#endif
|
||||
return wxEmptyString ;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user