Index: dll/win32/uxtheme/draw.c =================================================================== --- dll/win32/uxtheme/draw.c (revision 68608) +++ dll/win32/uxtheme/draw.c (working copy) @@ -712,7 +712,7 @@ dstSize.y = abs(dstSize.y); GetThemeMargins(hTheme, hdc, iPartId, iStateId, TMT_SIZINGMARGINS, NULL, &sm); - +#ifndef __REACTOS__ /* Resize source image if destination smaller than margins */ if (sm.cyTopHeight + sm.cyBottomHeight > dstSize.y || sm.cxLeftWidth + sm.cxRightWidth > dstSize.x) { if (sm.cyTopHeight + sm.cyBottomHeight > dstSize.y) { @@ -740,7 +740,7 @@ rcSrc.right = srcSize.x; rcSrc.bottom = srcSize.y; } - +#endif hdcDst = hdc; OffsetViewportOrgEx(hdcDst, rcDst.left, rcDst.top, &org);