PROPSHEET: Minor drawing fix

Filip Navara xnavara at volny.cz
Fri Sep 10 23:03:19 CDT 2004


Changelog:
Correct displaying of wizard subtitle.

-------------- next part --------------
Changelog:
Correct displaying of wizard subtitle.

--- dlls/comctl32/propsheet.c	Sat Sep 11 04:15:40 2004
+++ dlls/comctl32/propsheet.c	Sat Sep 11 05:41:14 2004
@@ -3199,7 +3163,7 @@
 
 	if (ppshpage->dwFlags & PSP_USEHEADERSUBTITLE) {
 	    SelectObject(hdc, psInfo->hFont);
-	    SetRect(&r, 40, 25, 0, 0);
+	    SetRect(&r, 40, 25, rzone.right - 69, rzone.bottom);
 	    if (HIWORD(ppshpage->pszHeaderTitle))
 	    {
 		if (psInfo->unicode)
@@ -3216,7 +3180,7 @@
 		if (nLength != 0)
 		{
 		    DrawTextW(hdc, szBuffer, nLength,
-			      &r, DT_LEFT | DT_SINGLELINE | DT_NOCLIP);
+			      &r, DT_LEFT | DT_SINGLELINE);
 		}
 	    }
 	}


More information about the wine-patches mailing list