mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
-forgot to save the file before committing - this is the actual fix from 27703
svn path=/trunk/; revision=27705
This commit is contained in:
@@ -193,6 +193,10 @@ User32CreateWindowEx(DWORD dwExStyle,
|
||||
ControlsInitialized = ControlsInit(ClassName.Buffer);
|
||||
}
|
||||
|
||||
/* remove DS_SHELLFONT style because it conflicts with WS_EX_MDICHILD */
|
||||
if (dwExStyle & DS_SHELLFONT)
|
||||
dwExStyle &= ~DS_SHELLFONT;
|
||||
|
||||
if (dwExStyle & WS_EX_MDICHILD)
|
||||
{
|
||||
POINT mPos[2];
|
||||
|
||||
Reference in New Issue
Block a user