]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/test.cpp
A bit more testing.
[wxWidgets.git] / samples / notebook / test.cpp
index e140f42cc5a807a2723fa35f15b76898d14c4798..c2dffe86fe4daa06f4eecf629f7b77ef691a441b 100644 (file)
@@ -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();