Windows doesn't store a hbrBack, when creating a window

svn path=/trunk/; revision=32147
This commit is contained in:
Timo Kreuzer
2008-02-06 04:01:02 +00:00
parent d03dd0d4f6
commit c3253b0df9
@@ -346,7 +346,7 @@ IntCreateMenu(PHANDLE Handle, BOOL IsMenuBar)
Menu->MenuInfo.fMask = 0; /* not used */
Menu->MenuInfo.dwStyle = 0; /* FIXME */
Menu->MenuInfo.cyMax = 0; /* default */
Menu->MenuInfo.hbrBack = IntGetSysColorBrush(COLOR_MENU);
Menu->MenuInfo.hbrBack = NULL; /* no brush */
Menu->MenuInfo.dwContextHelpID = 0; /* default */
Menu->MenuInfo.dwMenuData = 0; /* default */
Menu->MenuInfo.Self = *Handle;