]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/stctest.cpp
Only use wxBU_EXACTFIT for width calculations in wxMSW wxButton.
[wxWidgets.git] / samples / stc / stctest.cpp
index 9b83838205caac8c90b78b392dd5d72fa145d984..069008b5447a2062c8297052ea29dd522f8d328a 100644 (file)
@@ -226,7 +226,6 @@ bool App::OnInit () {
     // open application frame
     m_frame->Layout ();
     m_frame->Show (true);
-    SetTopWindow (m_frame);
 
     return true;
 }