]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/toplevel.cpp
more active frame stuff
[wxWidgets.git] / src / mgl / toplevel.cpp
index 5829d32f97977a90841ede5f57fea39502e4383f..1cf60d5e6f7469f68c4e6171f459de0b0a280cc1 100644 (file)
@@ -136,6 +136,14 @@ bool wxTopLevelWindowMGL::ShowFullScreen(bool show, long style)
     return TRUE;
 }
 
+bool wxTopLevelWindowMGL::Show(bool show)
+{
+    bool ret = wxTopLevelWindowBase::Show(show);
+    if ( ret && show )
+        SetFocus();
+    return ret;
+}
+
 void wxTopLevelWindowMGL::Maximize(bool maximize)
 {
     if ( maximize && !m_isMaximized )