wxUSE_TOOLTIPS fix (good grief I think I just did this a couple days ago...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -912,7 +912,9 @@ wxTopLevelWindowMac::~wxTopLevelWindowMac()
|
|||||||
{
|
{
|
||||||
if ( m_macWindow )
|
if ( m_macWindow )
|
||||||
{
|
{
|
||||||
|
#if wxUSE_TOOLTIPS
|
||||||
wxToolTip::NotifyWindowDelete(m_macWindow) ;
|
wxToolTip::NotifyWindowDelete(m_macWindow) ;
|
||||||
|
#endif
|
||||||
wxPendingDelete.Append( new wxMacDeferredWindowDeleter( (WindowRef) m_macWindow ) ) ;
|
wxPendingDelete.Append( new wxMacDeferredWindowDeleter( (WindowRef) m_macWindow ) ) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user