X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/41271da4af366747f6195db5d5151ae063891918..a601696dd5bcfbccdfb573d029110db1a6e40c00:/samples/config/conftest.cpp diff --git a/samples/config/conftest.cpp b/samples/config/conftest.cpp index c30baf4271..a9c56761ab 100644 --- a/samples/config/conftest.cpp +++ b/samples/config/conftest.cpp @@ -119,7 +119,6 @@ bool MyApp::OnInit() // create the main program window MyFrame *frame = new MyFrame; frame->Show(true); - SetTopWindow(frame); // use our config object... if ( pConfig->Read(wxT("/Controls/Check"), 1l) != 0 ) {