* Notify the parent menu popup when the deskbar is closing.

[EXPLORER-NEW]
* Set the button pressed when the start menu gets displayed.
* Set the button released when the start menu notifies it was closed.

svn path=/branches/shell-experiments/; revision=63710
This commit is contained in:
David Quintana 2014-07-12 02:43:06 +00:00
parent e1b309d6de
commit 88f0fb5a47
4 changed files with 127 additions and 0 deletions

View file

@ -495,6 +495,11 @@ HRESULT CMenuDeskBar::_CloseBar()
m_Shown = false;
if (m_SubMenuParent)
{
m_SubMenuParent->SetSubMenu(this, FALSE);
}
if (m_SubMenuChild)
{
hr = m_SubMenuChild->OnSelect(MPOS_CANCELLEVEL);