mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user