mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:55:41 +00:00
[RSHELL]
* 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:
parent
e1b309d6de
commit
88f0fb5a47
4 changed files with 127 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue