[EXPLORER-NEW]

* Top-Level windows have no parent background so it makes no sense to try to draw it.

svn path=/branches/shell-experiments/; revision=65479
This commit is contained in:
David Quintana 2014-11-25 01:19:32 +00:00
parent fd5c4836ad
commit e047c09545

View file

@ -1855,11 +1855,6 @@ SetStartBtnImage:
break;
}
if (IsThemeBackgroundPartiallyTransparent(TaskbarTheme, partId, 0))
{
DrawThemeParentBackground(m_hWnd, hdc, &rect);
}
DrawThemeBackground(TaskbarTheme, hdc, partId, 0, &rect, 0);
}