Skip to content

Commit f5cd9d4

Browse files
authored
Merge 4091fdb into e2758ec
2 parents e2758ec + 4091fdb commit f5cd9d4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Src/StartMenu/StartMenuDLL/MenuContainer.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6366,7 +6366,10 @@ LRESULT CMenuContainer::OnRefresh( UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL
63666366
}
63676367
}
63686368
else if (m_Items[m_OriginalCount].id==MENU_SEARCH_CATEGORY)
6369-
hotItem=m_OriginalCount+1;
6369+
{
6370+
if (!bSearching || !s_SearchResults.programs.empty())
6371+
hotItem=m_OriginalCount+1;
6372+
}
63706373
}
63716374
else
63726375
hotItem=-1;

0 commit comments

Comments
 (0)