diff options
author | Richard Linden <none@none> | 2011-09-15 16:16:33 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-09-15 16:16:33 -0700 |
commit | 03e965a7324ca9ecc3d99faf27e2ea4d7b2fbc52 (patch) | |
tree | 7811f17cc432d3e3ff2a14722ce503c01517cf18 /indra/newview | |
parent | 2809778bf1a487e2a2786301d7fd651c82290432 (diff) |
EXP-974 FIX Inventory Keystroke Behavior No Longer Working
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfolderview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp index 8b72d83830..9ba5f827e2 100644 --- a/indra/newview/llfolderview.cpp +++ b/indra/newview/llfolderview.cpp @@ -1723,7 +1723,7 @@ BOOL LLFolderView::handleUnicodeCharHere(llwchar uni_char) } BOOL handled = FALSE; - if (gFocusMgr.childHasKeyboardFocus(getRoot())) + if (mParentPanel->hasFocus()) { // SL-51858: Key presses are not being passed to the Popup menu. // A proper fix is non-trivial so instead just close the menu. |