moved wxWindow::m_hMenu to wxFrame, it is not needed in the base class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -436,9 +436,6 @@ void wxWindowMSW::Init()
|
||||
m_childrenDisabled = NULL;
|
||||
m_frozenness = 0;
|
||||
|
||||
// wxWnd
|
||||
m_hMenu = 0;
|
||||
|
||||
m_hWnd = 0;
|
||||
|
||||
m_xThumbSize = 0;
|
||||
@@ -4066,7 +4063,7 @@ WXHBRUSH wxWindowMSW::MSWGetBgBrush(WXHDC hDC)
|
||||
|
||||
// background is not inherited beyond the windows which have their own
|
||||
// fixed background such as top level windows and notebooks
|
||||
if ( win->IsTopLevel() /* ProvidesBackground() */ )
|
||||
if ( win->ProvidesBackground() )
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user