LLViewerWindow::handleKey(): Also handle keys for navigating through the displayed menu

This commit is contained in:
Inusaito Sayori
2013-10-22 22:39:15 -04:00
parent 1aee941cb6
commit 574d0dab8d

View File

@@ -2715,7 +2715,8 @@ BOOL LLViewerWindow::handleKey(KEY key, MASK mask)
// let menus handle navigation keys for navigation
if ((gMenuBarView && gMenuBarView->handleKey(key, mask, TRUE))
|| (gLoginMenuBarView && gLoginMenuBarView->handleKey(key, mask, TRUE)))
|| (gLoginMenuBarView && gLoginMenuBarView->handleKey(key, mask, TRUE))
|| (gMenuHolder && gMenuHolder->handleKey(key, mask, TRUE)))
{
return TRUE;
}