Author: gadamopoulos
Date: Wed Dec 17 12:38:19 2014
New Revision: 65702
URL:
http://svn.reactos.org/svn/reactos?rev=65702&view=rev
Log:
[RSHELL]
* Disable themes for the toolbars used for shell menus
* See issue CORE-8922 for details
Modified:
trunk/reactos/base/shell/rshell/CMenuToolbars.cpp
Modified: trunk/reactos/base/shell/rshell/CMenuToolbars.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/rshell/CMenuToo…
==============================================================================
--- trunk/reactos/base/shell/rshell/CMenuToolbars.cpp [iso-8859-1] (original)
+++ trunk/reactos/base/shell/rshell/CMenuToolbars.cpp [iso-8859-1] Wed Dec 17 12:38:19
2014
@@ -384,6 +384,8 @@
SubclassWindow(Create(hwndParent, tbStyles, tbExStyles));
+ SetWindowTheme(m_hWnd, L"", L"");
+
// If needed, create the pager.
if (m_usePager)
{