mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[RSHELL]
* CStartMenu: Update the icon resource IDs to the IDs with the smaller images. This causes the images not to show. Need help figuring out why. * Misc changes. CORE-7586 svn path=/branches/shell-experiments/; revision=62328
This commit is contained in:
@@ -875,10 +875,8 @@ HRESULT CMenuBand::_MenuItemHotTrack(DWORD changeType)
|
||||
{
|
||||
if (m_hotBar && m_hotItem >= 0)
|
||||
{
|
||||
// TODO: popup the current child if it has subitems, otherwise spread up.
|
||||
if (m_hotBar->HasSubMenu(m_hotItem)==S_OK)
|
||||
{
|
||||
LRESULT result;
|
||||
m_hotBar->PopupItem(m_hotItem);
|
||||
return S_FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user