mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[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:
@@ -1855,11 +1855,6 @@ SetStartBtnImage:
|
||||
break;
|
||||
}
|
||||
|
||||
if (IsThemeBackgroundPartiallyTransparent(TaskbarTheme, partId, 0))
|
||||
{
|
||||
DrawThemeParentBackground(m_hWnd, hdc, &rect);
|
||||
}
|
||||
|
||||
DrawThemeBackground(TaskbarTheme, hdc, partId, 0, &rect, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user