X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b55490abdb56cd66acf9d965981c4bb4b5f2abb..94e2ed3b8db0220160c0b939782cd46914ec073a:/src/generic/panelg.cpp?ds=sidebyside diff --git a/src/generic/panelg.cpp b/src/generic/panelg.cpp index c36c49c46d..aa5e3ec426 100644 --- a/src/generic/panelg.cpp +++ b/src/generic/panelg.cpp @@ -65,6 +65,7 @@ WX_DELEGATE_TO_CONTROL_CONTAINER(wxPanel) void wxPanel::Init() { + m_container.SetContainerWindow(this); } bool wxPanel::Create(wxWindow *parent, wxWindowID id,