mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IsThemeBackgroundPartiallyTransparent(TaskbarTheme, partId, 0))
|
|
||||||
{
|
|
||||||
DrawThemeParentBackground(m_hWnd, hdc, &rect);
|
|
||||||
}
|
|
||||||
|
|
||||||
DrawThemeBackground(TaskbarTheme, hdc, partId, 0, &rect, 0);
|
DrawThemeBackground(TaskbarTheme, hdc, partId, 0, &rect, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue