diff --git a/base/shell/explorer/traywnd.cpp b/base/shell/explorer/traywnd.cpp index a82306ae039..84304f66c68 100644 --- a/base/shell/explorer/traywnd.cpp +++ b/base/shell/explorer/traywnd.cpp @@ -1855,11 +1855,6 @@ SetStartBtnImage: break; } - if (IsThemeBackgroundPartiallyTransparent(TaskbarTheme, partId, 0)) - { - DrawThemeParentBackground(m_hWnd, hdc, &rect); - } - DrawThemeBackground(TaskbarTheme, hdc, partId, 0, &rect, 0); }