From e047c09545ae2f0af5f8ca75ed191268ff67d171 Mon Sep 17 00:00:00 2001 From: David Quintana Date: Tue, 25 Nov 2014 01:19:32 +0000 Subject: [PATCH] [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 --- base/shell/explorer/traywnd.cpp | 5 ----- 1 file changed, 5 deletions(-) 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); }