mirror of
https://github.com/reactos/reactos.git
synced 2025-06-19 04:15:20 +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:
parent
a8919a7a3b
commit
2ca6b95aeb
11 changed files with 288 additions and 77 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue