this happens since it derives from wxTLW, I think).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33048
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return FALSE;
}
+ // Unlike windows, top level windows are created hidden by default.
+ m_isShown = false;
+
// All dialogs should really have this style
m_windowStyle |= wxTAB_TRAVERSAL;
return FALSE;
}
+ // Unlike windows, top level windows are created hidden by default.
+ m_isShown = false;
+
// All dialogs should really have this style
m_windowStyle |= wxTAB_TRAVERSAL;