X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/45e6e6f8ab806b337dffeb3b52fec7eba3c845ef..c079af66c8fb4a2f68f33c6d3940b8ad8ec98f27:/samples/html/helpview/helpview.cpp diff --git a/samples/html/helpview/helpview.cpp b/samples/html/helpview/helpview.cpp index 3cb2b9bc4d..238deea26a 100644 --- a/samples/html/helpview/helpview.cpp +++ b/samples/html/helpview/helpview.cpp @@ -84,6 +84,8 @@ bool MyApp::OnInit() help -> DisplayContents(); + SetTopWindow(help->GetFrame()); + return true; }