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:
parent
846e4632b4
commit
097f29c22f
@ -281,6 +281,7 @@ bool wxApp::Initialize()
|
||||
|
||||
LOGBRUSH lb;
|
||||
lb.lbStyle = BS_PATTERN;
|
||||
lb.lbColor = 0;
|
||||
lb.lbHatch = (int)LoadBitmap( wxhInstance, wxT("wxDISABLE_BUTTON_BITMAP") );
|
||||
if ( lb.lbHatch )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user