]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/panelg.cpp
corrected CodeWarrior project target names and generated application names
[wxWidgets.git] / src / generic / panelg.cpp
index c36c49c46d2bb3397d4eb1ef64a85582b3c63488..aa5e3ec4264920ca81122def6c939efcb98920b6 100644 (file)
@@ -65,6 +65,7 @@ WX_DELEGATE_TO_CONTROL_CONTAINER(wxPanel)
 
 void wxPanel::Init()
 {
+    m_container.SetContainerWindow(this);
 }
 
 bool wxPanel::Create(wxWindow *parent, wxWindowID id,