]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/notebook.cpp
Re-enable generation of wxEVT_MOVE_{START,END} events under wxMSW.
[wxWidgets.git] / samples / notebook / notebook.cpp
index a0adb5ed61af7965b27d32d2450d83b9b32e6ce7..5387775761c22527e5636bdcb7ff85652cedfb01 100644 (file)
@@ -47,7 +47,6 @@ bool MyApp::OnInit()
 
     // Create the main window
     MyFrame *frame = new MyFrame();
-    SetTopWindow(frame);
 
     // Problem with generic wxNotebook implementation whereby it doesn't size
     // properly unless you set the size again