X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4fe51258d17c1e63c55b2b83c8db83e44b15927..ee1aaf9996f831c29443ddf1673784e8c9fac3a9:/samples/notebook diff --git a/samples/notebook/test.cpp b/samples/notebook/test.cpp index e140f42cc5..c2dffe86fe 100644 --- a/samples/notebook/test.cpp +++ b/samples/notebook/test.cpp @@ -112,6 +112,7 @@ void MyApp::InitTabView(wxNotebook* notebook, wxPanel* window) wxDefaultPosition, wxDefaultSize, 5, animals, 2, wxRA_SPECIFY_ROWS); + c = new wxLayoutConstraints; c->left.SameAs(radiobox, wxLeft); c->height.AsIs();