summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
6a8cbe1)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52199
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if wxUSE_ACCESSIBILITY
delete m_accessible;
#endif
#if wxUSE_ACCESSIBILITY
delete m_accessible;
#endif
+
+#if wxUSE_HELP
+ // NB: this has to be called unconditionally, because we don't know
+ // whether this window has associated help text or not
+ wxHelpProvider *helpProvider = wxHelpProvider::Get();
+ if ( helpProvider )
+ helpProvider->RemoveHelp(this);
+#endif
}
void wxWindowBase::SendDestroyEvent()
}
void wxWindowBase::SendDestroyEvent()