Commit 3b0aaea1 authored by Filip Navara's avatar Filip Navara Committed by Alexandre Julliard

Do not distinguish exterior wizard pages by their position, but

instead expect that every page in wizard that doesn't have header is exterior.
parent 80cfdd35
......@@ -3186,7 +3186,7 @@ static LRESULT PROPSHEET_Paint(HWND hwnd)
SelectObject(hdcSrc, hbmp);
}
if ( ((psInfo->active_page == 0) || (psInfo->active_page == psInfo->nPages - 1)) &&
if ( (ppshpage->dwFlags & PSP_HIDEHEADER) &&
(psInfo->ppshheader.dwFlags & (PSH_WIZARD97_OLD | PSH_WIZARD97_NEW)) &&
(psInfo->ppshheader.dwFlags & PSH_WATERMARK) )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment