git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14317
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
DWORD msflags = WS_VISIBLE | MSWGetCreateWindowFlags(&exstyle);
#ifdef __WXUNIVERSAL__
DWORD msflags = WS_VISIBLE | MSWGetCreateWindowFlags(&exstyle);
#ifdef __WXUNIVERSAL__
- // no 3d effects, we draw them ourselves
- exStyle = 0;
+ // no borders, we draw them ourselves
+ exstyle = 0;
+ msflags &= ~WS_BORDER;
#endif // wxUniversal
if ( style & wxPOPUP_WINDOW )
#endif // wxUniversal
if ( style & wxPOPUP_WINDOW )