compilation fix for wxUSE_MENUS=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -317,10 +317,12 @@ wxWindowBase::~wxWindowBase()
|
|||||||
// we weren't a dialog class
|
// we weren't a dialog class
|
||||||
wxTopLevelWindows.DeleteObject((wxWindow*)this);
|
wxTopLevelWindows.DeleteObject((wxWindow*)this);
|
||||||
|
|
||||||
|
#if wxUSE_MENUS
|
||||||
// The associated popup menu can still be alive, disassociate from it in
|
// The associated popup menu can still be alive, disassociate from it in
|
||||||
// this case
|
// this case
|
||||||
if ( wxCurrentPopupMenu && wxCurrentPopupMenu->GetInvokingWindow() == this )
|
if ( wxCurrentPopupMenu && wxCurrentPopupMenu->GetInvokingWindow() == this )
|
||||||
wxCurrentPopupMenu->SetInvokingWindow(NULL);
|
wxCurrentPopupMenu->SetInvokingWindow(NULL);
|
||||||
|
#endif // wxUSE_MENUS
|
||||||
|
|
||||||
wxASSERT_MSG( GetChildren().GetCount() == 0, wxT("children not destroyed") );
|
wxASSERT_MSG( GetChildren().GetCount() == 0, wxT("children not destroyed") );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user