mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[RSHELL]
* Actually send an OnSelect message right before executing the menu items. Fixes the problem where going to start->shutdown would keep the start menu open in the background. svn path=/branches/shell-experiments/; revision=64727
This commit is contained in:
@@ -934,6 +934,10 @@ HRESULT CMenuBand::_MenuItemHotTrack(DWORD changeType)
|
||||
switch (changeType)
|
||||
{
|
||||
case MPOS_EXECUTE:
|
||||
if (m_subMenuParent)
|
||||
{
|
||||
m_subMenuParent->OnSelect(changeType);
|
||||
}
|
||||
m_hotBar->ExecuteItem(m_hotItem);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user