fixed UMR (patch #484863)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -281,6 +281,7 @@ bool wxApp::Initialize()
|
|||||||
|
|
||||||
LOGBRUSH lb;
|
LOGBRUSH lb;
|
||||||
lb.lbStyle = BS_PATTERN;
|
lb.lbStyle = BS_PATTERN;
|
||||||
|
lb.lbColor = 0;
|
||||||
lb.lbHatch = (int)LoadBitmap( wxhInstance, wxT("wxDISABLE_BUTTON_BITMAP") );
|
lb.lbHatch = (int)LoadBitmap( wxhInstance, wxT("wxDISABLE_BUTTON_BITMAP") );
|
||||||
if ( lb.lbHatch )
|
if ( lb.lbHatch )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user