[ros-diffs] [gadamopoulos] 53336: [uxtheme] - Remove a hack that is not needed because it was added to a better place in 53295

gadamopoulos at svn.reactos.org gadamopoulos at svn.reactos.org
Sat Aug 20 11:39:06 UTC 2011


Author: gadamopoulos
Date: Sat Aug 20 11:39:05 2011
New Revision: 53336

URL: http://svn.reactos.org/svn/reactos?rev=53336&view=rev
Log:
[uxtheme]
- Remove a hack that is not needed because it was added to a better place in 53295

Modified:
    branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/msstyles.c

Modified: branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/msstyles.c
URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/msstyles.c?rev=53336&r1=53335&r2=53336&view=diff
==============================================================================
--- branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/msstyles.c [iso-8859-1] (original)
+++ branches/GSoC_2011/ThemesSupport/dll/win32/uxtheme/msstyles.c [iso-8859-1] Sat Aug 20 11:39:05 2011
@@ -1285,8 +1285,6 @@
 
     ZeroMemory(pFont, sizeof(LOGFONTW));
     hr = MSSTYLES_GetFont (lpCur, lpEnd, &lpCur, pFont);
-    if (SUCCEEDED (hr))
-        pFont->lfHeight = -MulDiv(pFont->lfHeight, GetDeviceCaps(hdc, LOGPIXELSY), 72);
 
     return hr;
 }




More information about the Ros-diffs mailing list