diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-10-04 10:38:58 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-10-04 10:38:58 -0400 |
commit | bf7e1bb2d2b78d5f49c8c2276308646ce4854a29 (patch) | |
tree | 3036fa9bd43b3a769c7854ce212780b6b1202356 /indra/newview/llfolderview.cpp | |
parent | 1ead58914837f12e943ff1db4b71cd3ed379d01c (diff) | |
parent | d0e36ade5bb16e9e5a6aca9ee4f02fbe995cdfd8 (diff) |
Merged
Diffstat (limited to 'indra/newview/llfolderview.cpp')
-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. |