Author: weiden
Date: Tue Jul 17 17:51:00 2007
New Revision: 27706
URL:
http://svn.reactos.org/svn/reactos?rev=27706&view=rev
Log:
Revert r27705. This change is incorrect and breaks MDI applications.
Modified:
trunk/reactos/dll/win32/user32/windows/window.c
Modified: trunk/reactos/dll/win32/user32/windows/window.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/windows/w…
==============================================================================
--- trunk/reactos/dll/win32/user32/windows/window.c (original)
+++ trunk/reactos/dll/win32/user32/windows/window.c Tue Jul 17 17:51:00 2007
@@ -193,10 +193,6 @@
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];