popup windows wre not using TOPMOST style under wxUniv any longer -- fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-05-23 21:52:21 +00:00
parent abcbaea73f
commit 76c79ff467

View File

@ -413,7 +413,10 @@ bool wxWindowMSW::Create(wxWindow *parent,
#ifdef __WXUNIVERSAL__
// no borders, we draw them ourselves
exstyle = 0;
exstyle &= ~(WS_EX_DLGMODALFRAME |
WS_EX_STATICEDGE |
WS_EX_CLIENTEDGE |
WS_EX_WINDOWEDGE);
msflags &= ~WS_BORDER;
#endif // wxUniversal