mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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:
parent
fd5c4836ad
commit
e047c09545
1 changed files with 0 additions and 5 deletions
|
@ -1855,11 +1855,6 @@ SetStartBtnImage:
|
|||
break;
|
||||
}
|
||||
|
||||
if (IsThemeBackgroundPartiallyTransparent(TaskbarTheme, partId, 0))
|
||||
{
|
||||
DrawThemeParentBackground(m_hWnd, hdc, &rect);
|
||||
}
|
||||
|
||||
DrawThemeBackground(TaskbarTheme, hdc, partId, 0, &rect, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue