Skip to content

Commit fcf8730

Browse files
committed
[uxtheme]
- Remove a hack that is not needed because it was added to a better place in 53295 svn path=/branches/GSoC_2011/ThemesSupport/; revision=53336
1 parent e573e85 commit fcf8730

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dll/win32/uxtheme/msstyles.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,8 +1285,6 @@ HRESULT MSSTYLES_GetPropertyFont(PTHEME_PROPERTY tp, HDC hdc, LOGFONTW *pFont)
12851285

12861286
ZeroMemory(pFont, sizeof(LOGFONTW));
12871287
hr = MSSTYLES_GetFont (lpCur, lpEnd, &lpCur, pFont);
1288-
if (SUCCEEDED (hr))
1289-
pFont->lfHeight = -MulDiv(pFont->lfHeight, GetDeviceCaps(hdc, LOGPIXELSY), 72);
12901288

12911289
return hr;
12921290
}

0 commit comments

Comments
 (0)