WinCE fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -146,9 +146,11 @@ WXDWORD wxStaticBox::MSWGetStyle(long style, WXDWORD *exstyle) const
|
||||
|
||||
if ( exstyle )
|
||||
{
|
||||
#ifndef __WXWINCE__
|
||||
if (wxSystemOptions::IsFalse(wxT("msw.staticbox.optimized-paint")))
|
||||
*exstyle = WS_EX_TRANSPARENT;
|
||||
else
|
||||
#endif
|
||||
*exstyle = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user