fix wxMDIChildFrame after r69390 and r69468, TLW realization code should not be called, fixes #13593

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2011-10-25 16:56:57 +00:00
parent 9f17c488fb
commit 3ec3c160bc
2 changed files with 7 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ public:
void OnActivate( wxActivateEvent& event );
void OnMenuHighlight( wxMenuEvent& event );
virtual void GTKHandleRealized();
wxMenuBar *m_menuBar;
bool m_justInserted;