Store pointer to owning wxWindow in wxPizza widget

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2009-01-29 22:32:25 +00:00
parent c12822fec7
commit 55ca41b1ea
5 changed files with 7 additions and 5 deletions

View File

@@ -2113,7 +2113,7 @@ bool wxWindowGTK::Create( wxWindow *parent,
#endif
m_wxwindow = wxPizza::New(m_windowStyle);
m_wxwindow = wxPizza::New(m_windowStyle,this);
#ifndef __WXUNIVERSAL__
if (HasFlag(wxPizza::BORDER_STYLES))
{