Extensive documentation typo patch (closes #13063).
[wxWidgets.git] / samples / printing / printing.cpp
index 205caee63724687992ecf5452b9326c080bbefa6..bb4daffb35e125cfc6f4fc10cf3d2704698cb56f 100644 (file)
@@ -123,8 +123,6 @@ bool MyApp::OnInit(void)
     frame->Centre(wxBOTH);
     frame->Show();
 
-    SetTopWindow(frame);
-
     return true;
 }