* Disable themes for the toolbars used for shell menus
* See issue CORE-8922 for details

svn path=/trunk/; revision=65702
This commit is contained in:
Giannis Adamopoulos 2014-12-17 12:38:19 +00:00
parent f8294a310a
commit 2d5024bcae

View file

@ -384,6 +384,8 @@ HRESULT CMenuToolbarBase::CreateToolbar(HWND hwndParent, DWORD dwFlags)
SubclassWindow(Create(hwndParent, tbStyles, tbExStyles));
SetWindowTheme(m_hWnd, L"", L"");
// If needed, create the pager.
if (m_usePager)
{