mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[BROWSEUI]
* Load and use rshell for the menubar. * Properly forward WM_NOTIFY and WM_COMMAND messages to the toolbars. [RSHELL] * Improve behaviour of horizontal menubands. * Clicking on submenu items does not work yet. CORE-7586 svn path=/branches/shell-experiments/; revision=62448
This commit is contained in:
@@ -417,7 +417,7 @@ HRESULT STDMETHODCALLTYPE CMenuDeskBar::SetSubMenu(IMenuPopup *pmp, BOOL fSet)
|
||||
{
|
||||
if (m_SubMenuChild)
|
||||
{
|
||||
if (SHIsSameObject(pmp, m_SubMenuChild))
|
||||
if (pmp == m_SubMenuChild)
|
||||
{
|
||||
m_SubMenuChild = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user