Fixed style glitches

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-05-07 15:03:11 +00:00
parent 6ae0daf6c5
commit 31e7e89fdd
2 changed files with 3 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ WXDWORD wxTopLevelWindowMSW::MSWGetStyle(long style, WXDWORD *exflags) const
WXDWORD msflags = wxWindow::MSWGetStyle
(
(style & ~wxBORDER_MASK) | wxBORDER_NONE, exflags
) & ~WS_CHILD;
) & ~WS_CHILD & ~WS_VISIBLE;
// first select the kind of window being created
//