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:
@@ -413,7 +413,10 @@ bool wxWindowMSW::Create(wxWindow *parent,
|
|||||||
|
|
||||||
#ifdef __WXUNIVERSAL__
|
#ifdef __WXUNIVERSAL__
|
||||||
// no borders, we draw them ourselves
|
// no borders, we draw them ourselves
|
||||||
exstyle = 0;
|
exstyle &= ~(WS_EX_DLGMODALFRAME |
|
||||||
|
WS_EX_STATICEDGE |
|
||||||
|
WS_EX_CLIENTEDGE |
|
||||||
|
WS_EX_WINDOWEDGE);
|
||||||
msflags &= ~WS_BORDER;
|
msflags &= ~WS_BORDER;
|
||||||
#endif // wxUniversal
|
#endif // wxUniversal
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user