Author: dquintana Date: Tue Nov 25 01:19:32 2014 New Revision: 65479
URL: http://svn.reactos.org/svn/reactos?rev=65479&view=rev Log: [EXPLORER-NEW] * Top-Level windows have no parent background so it makes no sense to try to draw it.
Modified: branches/shell-experiments/base/shell/explorer/traywnd.cpp
Modified: branches/shell-experiments/base/shell/explorer/traywnd.cpp URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp... ============================================================================== --- branches/shell-experiments/base/shell/explorer/traywnd.cpp [iso-8859-1] (original) +++ branches/shell-experiments/base/shell/explorer/traywnd.cpp [iso-8859-1] Tue Nov 25 01:19:32 2014 @@ -1853,11 +1853,6 @@ default: partId = TBP_BACKGROUNDBOTTOM; break; - } - - if (IsThemeBackgroundPartiallyTransparent(TaskbarTheme, partId, 0)) - { - DrawThemeParentBackground(m_hWnd, hdc, &rect); }
DrawThemeBackground(TaskbarTheme, hdc, partId, 0, &rect, 0);