Rationalised style handling in tree control
No longer use WS_EX_WINDOWEDGE since it seems to be obsolete, and has no effect git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1067,7 +1067,7 @@ WXDWORD wxWindowMSW::MSWGetStyle(long flags, WXDWORD *exstyle) const
|
||||
break;
|
||||
|
||||
case wxBORDER_RAISED:
|
||||
*exstyle |= WS_EX_WINDOWEDGE;
|
||||
*exstyle |= WS_EX_DLGMODALFRAME;
|
||||
break;
|
||||
|
||||
case wxBORDER_SUNKEN:
|
||||
|
Reference in New Issue
Block a user