mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Windows doesn't store a hbrBack, when creating a window
svn path=/trunk/; revision=32147
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user