From eec7385045541a184e48dee1788fbf7df4f86458 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Sat, 16 Mar 2019 20:01:40 -0400 Subject: [PATCH] [VMM] Fix the inventory key handling issue Thanks for the help Router --- indra/newview/llinventorypanel.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 48448c951..82fc9d391 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -1334,6 +1334,7 @@ void LLInventoryPanel::doToSelected(const LLSD& userdata) BOOL LLInventoryPanel::handleKeyHere( KEY key, MASK mask ) { + /* BOOL handled = FALSE; switch (key) { @@ -1355,8 +1356,8 @@ BOOL LLInventoryPanel::handleKeyHere( KEY key, MASK mask ) handled = TRUE; } break; - } - return handled; + }*/ + return LLPanel::handleKeyHere(key, mask); } bool LLInventoryPanel::isSelectionRemovable()