mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[RSHELL]
* 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:
parent
f8294a310a
commit
2d5024bcae
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue